Tiny search bar

merge-requests/26/head
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) {
body, html {
min-width: 400px;
}
details {
font-size: var(--hashtag-size3);
}