mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 07:26:17 -04:00
New logo
This commit is contained in:
parent
a03fb03ff3
commit
cdc20b7d83
10 changed files with 142 additions and 32 deletions
|
@ -48,17 +48,23 @@ header {
|
|||
}
|
||||
|
||||
#logo-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
#logo {
|
||||
height: 40px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#zerossl-project {
|
||||
font-size: 12px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
#zerossl-logo {
|
||||
height: 1.5em;
|
||||
vertical-align: middle;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
header nav {
|
||||
|
@ -219,7 +225,7 @@ footer > div {
|
|||
|
||||
#footer-logo {
|
||||
float: left;
|
||||
max-width: 175px;
|
||||
max-width: 150px;
|
||||
margin-right: 35px;
|
||||
vertical-align: middle;
|
||||
margin-top: -4px;
|
||||
|
@ -234,10 +240,11 @@ footer > div {
|
|||
@media (max-width: 900px) {
|
||||
header {
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
#logo-container {
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
header nav {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue