浏览代码

refac: styling

Timothy J. Baek 10 月之前
父节点
当前提交
be2340d4ef
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;