mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 08:32:48 +00:00
6 lines
86 B
SCSS
6 lines
86 B
SCSS
@mixin tinyScreen {
|
|
@media only screen and (max-width: 520px) {
|
|
@content;
|
|
}
|
|
}
|