소스 검색

correction of the responsive in progress

AlexiCauvin 6 년 전
부모
커밋
ad0d65ac5d
1개의 변경된 파일8개의 추가작업 그리고 12개의 파일을 삭제
  1. 8 12
      src/css/index.styl

+ 8 - 12
src/css/index.styl 파일 보기

@@ -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