浏览代码

test responsive movile att

amenpunk 3 年之前
父节点
当前提交
3f492bb054
共有 2 个文件被更改,包括 20 次插入9 次删除
  1. 17 8
      src/App.css
  2. 3 1
      src/Css/all.css

+ 17 - 8
src/App.css

109
     transition: all 0.3s;
109
     transition: all 0.3s;
110
     cursor: pointer;
110
     cursor: pointer;
111
 }
111
 }
112
-.css-1t29gy6-MuiToolbar-root{
113
-    padding-left: 0px !important;
114
-    padding-right: 0 !important;
115
-}
116
-
117
-.css-12jypm1-MuiToolbar-root {
118
-    padding-left : 20px !important;
119
-}
120
 .error_feedback{
112
 .error_feedback{
121
     font-size: 13px;
113
     font-size: 13px;
122
     color: #2ec5d3;
114
     color: #2ec5d3;
212
     color: #fd4b4b;
204
     color: #fd4b4b;
213
     font-size:14px;
205
     font-size:14px;
214
 }
206
 }
207
+
208
+
209
+.css-1t29gy6-MuiToolbar-root{
210
+    padding-left: 0px !important;
211
+    padding-right: 0 !important;
212
+}
213
+
214
+.css-12jypm1-MuiToolbar-root {
215
+    padding-left : 20px !important;
216
+}
217
+
218
+.css-hyum1k-MuiToolbar-root{
219
+    padding-left: 0 !important;
220
+    padding-right: 0 !important;
221
+}
222
+
223
+

+ 3 - 1
src/Css/all.css

215
 }
215
 }
216
 .content-section {
216
 .content-section {
217
     background-color : #f1f1f1;
217
     background-color : #f1f1f1;
218
-    padding: 70px 50px;
218
+    /* padding: 70px 50px; */
219
+    padding: 70px 10px;
219
 }
220
 }
220
 .nav-item a i{
221
 .nav-item a i{
221
     color: #212529;
222
     color: #212529;
234
 .rounded-pic img {
235
 .rounded-pic img {
235
     width: 100%;
236
     width: 100%;
236
 }
237
 }
238
+
237
 li.nav-item {
239
 li.nav-item {
238
     margin: 0 10px;
240
     margin: 0 10px;
239
 }
241
 }