family: make sure previous week button has some margin (#59653)

This commit is contained in:
Frédéric Péters 2021-12-13 20:18:24 +01:00
parent b4074e6eef
commit 15baba11f1
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
height: 3em;
z-index: 10;
}
button.previous-week {
margin-right: 1em;
}
button.next-week {
margin-left: 1em;
margin-right: 0;