File tree 1 file changed +52
-0
lines changed
1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -341,4 +341,56 @@ body{
341
341
-moz-border-radius : 10px ;
342
342
-ms-border-radius : 10px ;
343
343
-o-border-radius : 10px ;
344
+ }
345
+
346
+
347
+ /* responsibly */
348
+
349
+
350
+ @media (max-width : 768px ){
351
+ .sidebar {
352
+ display : none;
353
+ }
354
+
355
+ .input-headder input {
356
+ display : none;
357
+ }
358
+
359
+ .header-middle {
360
+ display : none;
361
+ }
362
+
363
+ .header-info {
364
+ display : none;
365
+ }
366
+
367
+ .widgets {
368
+ display : none;
369
+ }
370
+ .feed {
371
+ padding : 0 ;
372
+ width : 100% ;
373
+ margin-top : 20px ;
374
+ }
375
+
376
+ .story h4 {
377
+ font-size : 10px ;
378
+ }
379
+
380
+ .story img {
381
+ width : 40px ;
382
+ }
383
+ }
384
+
385
+ @media (min-width : 320px ) {
386
+ .story-reel {
387
+ width : 100% ;
388
+ overflow-x : scroll;
389
+ }
390
+ }
391
+ @media (min-width : 769 )and (max-width : 1440px ) {
392
+ .feed {
393
+ width : 50% ;
394
+ padding : 10px 50px ;
395
+ }
344
396
}
You can’t perform that action at this time.
0 commit comments