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