more mobile tweaks

This commit is contained in:
Cory LaViska
2021-09-09 07:46:04 -04:00
parent abbdb207e0
commit 5b1b704d1d

View File

@@ -45,7 +45,7 @@ body.site-search-visible {
margin: 10rem auto;
}
@media screen and (max-width: 1000px) {
@media screen and (max-width: 900px) {
.site-search__panel {
max-width: 100%;
max-height: calc(92vh - 120px); /* allow iOS browser chrome */
@@ -160,7 +160,7 @@ body.site-search-visible {
color: rgb(var(--sl-color-neutral-700));
}
@media screen and (max-width: 1000px) {
@media screen and (max-width: 900px) {
.site-search__footer {
display: none;
}