mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 01:22:49 +00:00
client - forum page now responsive - other adjustments as well
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
@if $point == smallOrLess {
|
||||
@media (max-width: 420px) { @content ; }
|
||||
}
|
||||
|
||||
@else if $point == mediumOrLess {
|
||||
@media (max-width: 540px) { @content ; }
|
||||
}
|
||||
|
||||
@else if $point == mediumOrMore {
|
||||
@media (min-width: 541px) { @content ; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user