Browse Source

reduce margin for day and attendee notes

Davide Alberani 7 years ago
parent
commit
621879c8da
2 changed files with 4 additions and 1 deletions
  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>