Skip to content
Snippets Groups Projects
Unverified Commit 4224d0fe authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update Redox logo

parent d3143508
No related branches found
No related tags found
No related merge requests found
Pipeline #14294 failed
<header>
<nav>
<ul class="row menu">
<li class="col-xs-12 col-md-2">
<li class="col-xs-12 col-md-3">
<a href="{{ if .Site.LanguagePrefix }}{{ .Site.LanguagePrefix }}{{ else }}/{{ end }}">
<picture>
<source srcset="/img/icon-dark.png" media="(prefers-color-scheme: dark)"/>
<img src="/img/icon.png" width="128" height="128" alt="Redox Logo"/>
<source srcset="/img/logo-dark.png" media="(prefers-color-scheme: dark)"/>
<img src="/img/logo.png" width="178" height="64" alt="Redox Logo"/>
</picture>
</a>
</li>
<li class="col-xs-12 col-md-10 menu">
<li class="col-xs-12 col-md-9 menu">
{{ range .Site.Menus.main }}
<h2><a style="color: inherit;" href="{{ .URL | relLangURL }}">{{ .Name }}</a></h2>
{{ end }}
......
......@@ -93,7 +93,8 @@ ul.menu li>ul {
}
@media (min-width: 992px) {
ul.menu li.menu {
margin-top: 3em;
display: flex;
justify-content: center;
}
ul.menu {
text-align: left;
......
static/img/icon-dark.png

27.4 KiB

static/img/icon.png

22.1 KiB

static/img/logo-dark.png

4.43 KiB

static/img/logo.png

4.16 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment