feat: Support aside element, tweak media queries

This commit is contained in:
daudix
2024-02-01 20:33:34 +03:00
parent 14fd1a6dc3
commit 4e37f12afd
4 changed files with 32 additions and 5 deletions

View File

@ -6,7 +6,7 @@
padding: 15px;
width: 155px;
@media screen and (max-width: 720px) {
@media only screen and (max-width: 720px) {
& {
display: none;
}