Explorar el Código

Support multiline page title

Fixes #123
Zed hace 6 años
padre
commit
a3cc0e181a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/sass/navbar.scss

+ 2 - 0
src/sass/navbar.scss

@@ -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;