Browse Source

correction of the responsive in progress

AlexiCauvin 6 years ago
parent
commit
ad0d65ac5d
1 changed files with 8 additions and 12 deletions
  1. 8 12
      src/css/index.styl

+ 8 - 12
src/css/index.styl View File

5
   color off-white
5
   color off-white
6
 
6
 
7
 .wsContentThread
7
 .wsContentThread
8
-  width 1100px
8
+  width 70%
9
   &__header
9
   &__header
10
     // color white
10
     // color white
11
     background-color threadColor
11
     background-color threadColor
71
             box-shadow none
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
 @media (min-width: min-sm) and (max-width: max-sm)
80
 @media (min-width: min-sm) and (max-width: max-sm)
83
   .wsContentThread
81
   .wsContentThread
84
-    top 69px
85
-    width 500px
82
+    width 100%
83
+    top 68px
86
 
84
 
87
 @media (max-width: max-xs)
85
 @media (max-width: max-xs)
88
   .wsContentThread
86
   .wsContentThread
89
-    top 69px
90
     width 100%
87
     width 100%
91
-    box-shadow none
92
-    z-index 1
88
+    top 68px