1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 01:22:49 +00:00

client - forum page now responsive - tested on iOS

This commit is contained in:
2018-01-27 16:08:10 -06:00
parent b90860f251
commit 7ec7416dad
11 changed files with 76 additions and 37 deletions

View File

@@ -1,7 +1,10 @@
@import '../../scss/mixins';
$grey1: #252525;
$grey2: #161616;
.forum-header {
position: relative;
height: 137px;
display: flex;
align-items: center;
@@ -40,6 +43,14 @@ $grey2: #161616;
b {
color: #E2D9B0;
}
@include breakpoint(mediumOrLess) {
font-size: 10px;
a {
font-size: 10px;
}
}
}
.forum-table__header {
@@ -74,6 +85,7 @@ $grey2: #161616;
border: 1px solid;
border-color: #000000 #000000 #161616 #161616;
position: relative;
word-break: break-word;
}
&--center {