Support multiline page title

Fixes #123
This commit is contained in:
Zed 2020-04-29 18:17:56 +02:00
parent c6215876fa
commit a3cc0e181a

View file

@ -28,6 +28,7 @@ nav {
.site-name { .site-name {
font-weight: 600; font-weight: 600;
line-height: 1;
&:hover { &:hover {
color: var(--accent_light); color: var(--accent_light);
@ -48,6 +49,7 @@ nav {
height: 50px; height: 50px;
overflow: hidden; overflow: hidden;
flex-wrap: wrap; flex-wrap: wrap;
align-items: center;
&.right { &.right {
text-align: right; text-align: right;