|
@@ -5,7 +5,7 @@ btnState()
|
5
|
5
|
color off-white
|
6
|
6
|
|
7
|
7
|
.wsContentThread
|
8
|
|
- width 1100px
|
|
8
|
+ width 70%
|
9
|
9
|
&__header
|
10
|
10
|
// color white
|
11
|
11
|
background-color threadColor
|
|
@@ -71,22 +71,18 @@ btnState()
|
71
|
71
|
box-shadow none
|
72
|
72
|
|
73
|
73
|
|
74
|
|
-@media (min-width: min-lg) and (max-width: max-lg)
|
75
|
|
- .wsContentThread
|
76
|
|
- width 900px
|
|
74
|
+// @media (min-width: min-lg) and (max-width: max-lg)
|
|
75
|
+
|
77
|
76
|
|
78
|
|
-@media (min-width: min-md) and (max-width: max-md)
|
79
|
|
- .wsContentThread
|
80
|
|
- width 700px
|
|
77
|
+
|
|
78
|
+// @media (min-width: min-md) and (max-width: max-md)
|
81
|
79
|
|
82
|
80
|
@media (min-width: min-sm) and (max-width: max-sm)
|
83
|
81
|
.wsContentThread
|
84
|
|
- top 69px
|
85
|
|
- width 500px
|
|
82
|
+ width 100%
|
|
83
|
+ top 68px
|
86
|
84
|
|
87
|
85
|
@media (max-width: max-xs)
|
88
|
86
|
.wsContentThread
|
89
|
|
- top 69px
|
90
|
87
|
width 100%
|
91
|
|
- box-shadow none
|
92
|
|
- z-index 1
|
|
88
|
+ top 68px
|