mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
Slight nav CSS adjustment, more compact
This commit is contained in:
parent
0287674362
commit
73d7aea616
1 changed files with 8 additions and 4 deletions
|
@ -663,7 +663,7 @@ footer .link-col a:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 950px) {
|
@media (max-width: 1000px) {
|
||||||
header nav ul {
|
header nav ul {
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
|
@ -672,6 +672,11 @@ footer .link-col a:hover {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topbar a {
|
||||||
|
padding: 10px 5px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
@ -693,7 +698,6 @@ footer .link-col a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar nav > ul > li > a {
|
.navbar nav > ul > li > a {
|
||||||
padding-top: 10px;
|
padding: 8px;
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue