浏览代码

:paint: Fix label style to make it closer to field

DricomDragon 2 月之前
父节点
当前提交
2e7a65cdd1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      dev-front/src/App.css

+ 4 - 0
dev-front/src/App.css

@@ -6,6 +6,10 @@ header {
   font-size: calc(10px + 2vmin);
 }
 
+label {
+    margin: 1rem 0 0 0;
+}
+
 .app {
     display: flex;
     flex-direction: column;