Skip to content

Commit db39918

Browse files
committed
the complete responsive design
1 parent 9971524 commit db39918

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

css/styke.css

+52
Original file line numberDiff line numberDiff line change
@@ -341,4 +341,56 @@ body{
341341
-moz-border-radius: 10px;
342342
-ms-border-radius: 10px;
343343
-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+
}
344396
}

0 commit comments

Comments
 (0)