mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 14:06:17 -04:00
Add zerossl branding
This commit is contained in:
parent
8084cba78b
commit
1bdf4a6343
8 changed files with 71 additions and 3 deletions
|
@ -47,10 +47,20 @@ header {
|
|||
padding: 25px 0;
|
||||
}
|
||||
|
||||
#logo-container {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#logo {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
#zerossl-logo {
|
||||
height: 1.5em;
|
||||
vertical-align: middle;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
header nav {
|
||||
text-align: right;
|
||||
line-height: 40px;
|
||||
|
|
|
@ -27,6 +27,12 @@ header {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
#zerossl-project {
|
||||
font-size: 12px;
|
||||
line-height: 1em;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
#search {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -820,6 +826,11 @@ td code {
|
|||
display: block;
|
||||
}
|
||||
|
||||
#zerossl-project {
|
||||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#logo-docs {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue