Corrections for mobile layout

This commit is contained in:
Jef van Schendel 2012-02-12 18:39:55 +01:00
parent 28439be4e3
commit be09ed51c8

View File

@ -522,21 +522,27 @@ table.media_panel th {
} }
/* Media queries and other responsivisivity */ /* Media queries and other responsivisivity */
@media screen and (max-width: 680px) {
@media screen and (max-width: 820px) {
.media_pane { .media_pane {
width: 100%; width: 100%;
margin: 0px; margin: 0px;
} }
.media_sidebar {
width: 100%;
margin: 0px;
}
img.media_image { img.media_image {
width: 100%; width: 100%;
} }
}
@media screen and (max-width: 960px) {
.profile_sidebar { .profile_sidebar {
width: 100%; width: 100%;
margin: 0px; margin: 0px;
} }
.profile_showcase { .profile_showcase {
width: 100%; width: 100%;
margin: 0px; margin: 0px;