Fix margins on attendance buttons

This commit is contained in:
2020-01-18 07:54:17 +00:00
parent 3755969ead
commit f9c21b7001
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -92,6 +92,14 @@ body {
padding-top: 1rem;
}
.attendance-row {
margin-top: 1rem;
}
.attendance-row .button {
margin-bottom: 4px;
}
.footer {
margin-top: -20rem;