Explorar el Código

refac: styling

Timothy J. Baek hace 11 meses
padre
commit
be2340d4ef
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;