Tiny search bar

main
Bob Mottram 2021-11-18 23:25:00 +00:00
parent b4720a064b
commit 97496587d4
1 changed files with 3 additions and 0 deletions

View File

@ -344,6 +344,9 @@ input[type=text] {
} }
@media screen and (max-width: 480px) { @media screen and (max-width: 480px) {
body, html {
min-width: 400px;
}
details { details {
font-size: var(--hashtag-size3); font-size: var(--hashtag-size3);
} }