more mobile tweaks

pull/526/head
Cory LaViska 2021-09-09 07:46:04 -04:00
rodzic abbdb207e0
commit 5b1b704d1d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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;
}