mirror of
https://github.com/caddyserver/website.git
synced 2025-06-19 12:46:10 -04:00
A few minor fixes/tweaks
This commit is contained in:
parent
6b16d4d4b8
commit
2973be1e45
5 changed files with 29 additions and 19 deletions
|
@ -57,12 +57,15 @@ header {
|
|||
height: 40px;
|
||||
}
|
||||
|
||||
#search {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
header nav {
|
||||
text-align: right;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
|
||||
header nav > a {
|
||||
display: inline-block;
|
||||
padding-left: 10px;
|
||||
|
@ -193,6 +196,18 @@ footer > div {
|
|||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
header {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#logo-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header nav {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer {
|
||||
flex-direction: column;
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue