Archived
1
0
Fork 0
This commit is contained in:
Ethanell 2020-09-30 11:00:14 +02:00
parent 62da5c9d55
commit df5ef943d2
2 changed files with 19 additions and 1 deletions

View file

@ -7,3 +7,19 @@ body {
main {
flex: 1 0 auto;
}
nav .brand-logo {
display: flex;
align-items: center;
justify-content: center;
}
.brand-logo img {
height: 64px;
}
@media (max-width: 600px) {
.brand-logo img {
height: 56px;
}
}

View file

@ -31,7 +31,9 @@ html
li: a(href="/register")=__("layout.register")
nav.orange(role="navigation")
div.nav-wrapper.container
a.brand-logo(href="/") SOD
a.brand-logo(href="/")
img(src="/images/logo.png")
| SOD
a.sidenav-trigger(href="#" data-target="mobile-nav"): i.material-icons menu
ul.right.hide-on-med-and-down
+nav