Altered header to keep search box center

For #2310
This commit is contained in:
Dan Brown
2021-02-04 23:11:55 +00:00
parent 8e87f01aa0
commit 4f96cd9164
3 changed files with 3 additions and 6 deletions

View File

@ -3,7 +3,7 @@
*/
header .grid {
grid-template-columns: auto min-content auto;
grid-template-columns: minmax(max-content, 2fr) 1fr minmax(max-content, 2fr);
}
@include smaller-than($l) {
@ -77,9 +77,6 @@ header {
}
.header-search {
display: inline-block;
}
header .search-box {
display: inline-block;
margin-top: 10px;