Pārlūkot izejas kodu

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

DricomDragon 2 mēneši atpakaļ
vecāks
revīzija
2e7a65cdd1
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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;