🐛 fix search breaking layout

This commit is contained in:
lostdesign
2019-11-28 16:59:49 +01:00
parent 31e9d598db
commit 3e34dcdf18

View File

@@ -186,6 +186,7 @@ h1 {
grid-template-areas: grid-template-areas:
'logo' 'logo'
'sidebar' 'sidebar'
'search'
'content'; 'content';
} }
hr { hr {