Corrections for mobile layout
This commit is contained in:
parent
28439be4e3
commit
be09ed51c8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user