add search page template

This commit is contained in:
Jonas Heinrich 2020-04-09 11:30:08 +02:00
parent 3bc3b331c0
commit b6a5c5792d
9 changed files with 100 additions and 95 deletions

View file

@ -39,6 +39,7 @@ header .header-logo-container {
padding: 0.22222rem 0;
color: #333333;
line-height: 1;
flex-grow: 1;
}
header .header-logo-container::after {
@ -49,10 +50,6 @@ header .header-button-container {
margin-left: 3.33333rem;
}
header nav {
flex-grow: 1;
}
header:not(.sticky-header) nav {
margin-top: 3.11111rem;
}