Add padding
This commit is contained in:
parent
f269b2cd8c
commit
1cf3c3004b
1 changed files with 3 additions and 2 deletions
|
@ -60,13 +60,13 @@ details h2 {
|
||||||
.other-links li {
|
.other-links li {
|
||||||
background-color: #5adefc;
|
background-color: #5adefc;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 1.5em;
|
margin-left: 1.5em;
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.other-links li:first-of-type {
|
.other-links li:first-of-type {
|
||||||
margin-right: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.other-links li:hover {
|
.other-links li:hover {
|
||||||
|
@ -113,6 +113,7 @@ details h2 {
|
||||||
grid-column-start: 1;
|
grid-column-start: 1;
|
||||||
grid-column-end: 3;
|
grid-column-end: 3;
|
||||||
border-top: 5px solid black;
|
border-top: 5px solid black;
|
||||||
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkin {
|
.checkin {
|
||||||
|
|
Loading…
Reference in a new issue