소스 검색

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

DricomDragon 6 달 전
부모
커밋
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;