mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-12 16:07:59 +00:00
40 lines
667 B
Sass
40 lines
667 B
Sass
@media (max-width: 1200px)
|
|
.wrapper
|
|
width: 900px
|
|
|
|
.dashboard.right
|
|
display: none
|
|
|
|
.userMenu ul
|
|
width: 900px
|
|
|
|
.postboard
|
|
width: 100%
|
|
|
|
.following-list li, .twistday-reminder li
|
|
float: left
|
|
font-size: 80%
|
|
|
|
@media (max-width: 900px)
|
|
.profile-modal .modal-wrapper
|
|
margin-left: 0
|
|
left: 1%
|
|
|
|
@media (max-width: 600px)
|
|
.dashboard.left, .postboard
|
|
position: static
|
|
width: 100%
|
|
.postboard
|
|
margin: 0
|
|
padding: 10px
|
|
.module
|
|
.who-to-follow, .toptrends, .twistday-reminder
|
|
display: none
|
|
.mini-profile
|
|
.post-area, .post-area-new
|
|
display: none
|
|
.following-list li, .twistday-reminder li
|
|
width: 98%
|
|
float: none
|
|
margin: 2% 1%
|