Fix div breaking in user.html; add media query bits
This commit is contained in:
@@ -480,11 +480,24 @@ table.media_panel th {
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 660px) {
|
||||
/* Media queries and other responsivisivity */
|
||||
@media screen and (max-width: 680px) {
|
||||
.media_pane {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
img.media_image {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
.profile_sidebar {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
.profile_showcase {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user