Add zerossl branding

This commit is contained in:
Matthew Holt 2020-11-25 10:46:20 -07:00
parent 8084cba78b
commit 1bdf4a6343
8 changed files with 71 additions and 3 deletions

View file

@ -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;

View file

@ -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;
}