feat: Support aside element, tweak media queries
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
padding: 15px;
|
||||
width: 155px;
|
||||
|
||||
@media screen and (max-width: 720px) {
|
||||
@media only screen and (max-width: 720px) {
|
||||
& {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user