Pārlūkot izejas kodu

reduce margin for day and attendee notes

Davide Alberani 7 gadi atpakaļ
vecāks
revīzija
621879c8da
2 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/App.vue
  2. 4 0
      src/Attendee.vue

+ 0 - 1
src/App.vue

@@ -221,7 +221,6 @@ export default {
 }
 
 #day-notes {
-    padding: 10px;
     color: rgba(0, 0, 0, 0.54);
 }
 

+ 4 - 0
src/Attendee.vue

@@ -141,4 +141,8 @@ export default {
     max-width: 120px;
 }
 
+.attendee-notes > p {
+    margin: 0px;
+}
+
 </style>