Add logo
This commit is contained in:
parent
62da5c9d55
commit
df5ef943d2
2 changed files with 19 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue