Add padding

This commit is contained in:
Ben Goldsworthy 2022-10-20 15:49:24 +00:00
parent f269b2cd8c
commit 1cf3c3004b

View file

@ -60,13 +60,13 @@ details h2 {
.other-links li {
background-color: #5adefc;
float: left;
margin-right: 1.5em;
margin-left: 1.5em;
border: 2px solid white;
border-radius: 1em;
}
.other-links li:first-of-type {
margin-right: 0;
margin-left: 0;
}
.other-links li:hover {
@ -113,6 +113,7 @@ details h2 {
grid-column-start: 1;
grid-column-end: 3;
border-top: 5px solid black;
padding: 0 1em;
}
.checkin {