mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
UI Overhaul
This commit is contained in:
5
client/app/scss/mixins.scss
Normal file
5
client/app/scss/mixins.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
@mixin tinyScreen {
|
||||
@media only screen and (max-width: 520px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user