mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 14:36:16 -04:00
Some basic responsiveness
This commit is contained in:
parent
998c5dac51
commit
b80aa1cb28
2 changed files with 43 additions and 2 deletions
|
@ -178,6 +178,11 @@ header nav>ul {
|
|||
gap: 2em;
|
||||
}
|
||||
|
||||
.navbar .actions,
|
||||
.navbar nav ul {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
header nav ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
@ -455,4 +460,22 @@ header nav ul {
|
|||
|
||||
#current-theme {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@media (max-width: 1150px) {
|
||||
.dropdown {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue