adjust for mobile

This commit is contained in:
Cory LaViska
2021-09-08 07:16:05 -04:00
parent 0f6e13b8c9
commit fc0475b2c5

View File

@@ -48,7 +48,7 @@ body.site-search-visible {
@media screen and (max-width: 1000px) {
.site-search__panel {
max-width: 100%;
max-height: calc(92vh - 140px); /* allow iOS browser chrome */
max-height: calc(92vh - 100px); /* allow iOS browser chrome */
margin: 4vh var(--sl-spacing-medium);
}
}