Browse Source

refac: styling

Timothy J. Baek 10 months ago
parent
commit
be2340d4ef
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/app.css

+ 4 - 0
src/app.css

@@ -32,6 +32,10 @@ math {
 	@apply underline;
 }
 
+iframe {
+	@apply rounded-lg;
+}
+
 ol > li {
 	counter-increment: list-number;
 	display: block;