diff --git a/src/business.html b/src/business.html index ce09209..df41579 100644 --- a/src/business.html +++ b/src/business.html @@ -11,9 +11,8 @@
- -
- a project + +
a project
{{include "/includes/header-nav.html"}}
diff --git a/src/download.html b/src/download.html index 4c0d414..5151c55 100644 --- a/src/download.html +++ b/src/download.html @@ -12,9 +12,8 @@
- -
- a project + +
a project
{{include "/includes/header-nav.html"}}
diff --git a/src/includes/docs/header.html b/src/includes/docs/header.html index 8f09b61..56ae07c 100644 --- a/src/includes/docs/header.html +++ b/src/includes/docs/header.html @@ -1,7 +1,7 @@
-
-
- +
+
+
Documentation
diff --git a/src/index.html b/src/index.html index e56de35..cd1b99e 100644 --- a/src/index.html +++ b/src/index.html @@ -12,9 +12,8 @@
- -
- a project + +
a project
{{include "/includes/header-nav.html"}}
diff --git a/src/resources/css/common.css b/src/resources/css/common.css index bc2193a..6c99cf6 100644 --- a/src/resources/css/common.css +++ b/src/resources/css/common.css @@ -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 { diff --git a/src/resources/css/docs.css b/src/resources/css/docs.css index 35bad80..fcad8ea 100644 --- a/src/resources/css/docs.css +++ b/src/resources/css/docs.css @@ -8,14 +8,16 @@ header { } #logo-container { + align-items: flex-start; +} + +#logo-docs-container { display: flex; align-items: center; - line-height: 0; } #logo { - height: 25px; - line-height: 0; + height: 35px; } #logo-docs { @@ -28,9 +30,7 @@ header { } #zerossl-project { - font-size: 12px; - line-height: 1em; - padding-left: 1.5em; + padding-left: 2em; } #search { @@ -878,12 +878,11 @@ td code { @media (max-width: 900px) { #logo-container { - display: block; + align-items: center; } - #zerossl-project { - text-align: center; - margin-bottom: 1em; + #logo { + height: 55px; } #logo-docs { diff --git a/src/resources/images/caddy-logo.svg b/src/resources/images/caddy-logo.svg index 499d1f5..6be9b71 100644 --- a/src/resources/images/caddy-logo.svg +++ b/src/resources/images/caddy-logo.svg @@ -1 +1,73 @@ - \ No newline at end of file + + + + + + + + + diff --git a/src/resources/images/caddy-wordmark.svg b/src/resources/images/caddy-wordmark.svg index 4efab33..a3e47a5 100644 --- a/src/resources/images/caddy-wordmark.svg +++ b/src/resources/images/caddy-wordmark.svg @@ -1 +1,37 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/resources/images/favicon.png b/src/resources/images/favicon.png index a2581ef..6e87127 100644 Binary files a/src/resources/images/favicon.png and b/src/resources/images/favicon.png differ diff --git a/src/v2.html b/src/v2.html index 9ded9db..b846bef 100644 --- a/src/v2.html +++ b/src/v2.html @@ -14,9 +14,8 @@
- -
- a project + +
a project
{{include "/includes/header-nav.html"}}