Abolish navigation borders in favor of flex gaps

This commit is contained in:
Jonas Tobias Hopusch 2021-09-27 13:37:29 +02:00
parent c46677671d
commit 8a6978e0f9
Failed to generate hash of commit
1 changed files with 1 additions and 16 deletions

View File

@ -27,17 +27,12 @@ footer {
display: flex;
flex-wrap: wrap;
flex-direction: row;
border: 2px solid white;
border-top: none;
border-left: none;
text-align: center;
gap: max(1px, 0.1rem);
}
.globalnav-element {
display: block;
border: 2px solid white;
border-right: none;
border-bottom: none;
background-color: #ddd;
text-align: center;
flex-basis: 0;
@ -123,13 +118,8 @@ td, th {
color: white;
}
.globalnav {
border-color: black;
}
.globalnav-element {
background-color: #222;
border-color: black;
}
code {
@ -151,12 +141,7 @@ td, th {
color: black;
}
.globalnav {
border-color: white;
}
.globalnav-element {
border-color: white;
background-color: #ddd;
}