mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
client - forum page now responsive - other adjustments as well
This commit is contained in:
@@ -187,10 +187,9 @@ div {
|
||||
}
|
||||
}
|
||||
|
||||
.show-tiny {
|
||||
display: none;
|
||||
.hide-large {
|
||||
|
||||
@include breakpoint(mediumOrLess) {
|
||||
display: block;
|
||||
@include breakpoint(mediumOrMore) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user