Module:Sidebar/styles.css: Difference between revisions

fix!
add media query
Line 119: Line 119:
line-height: 1.6em;
line-height: 1.6em;
font-size: 105%;
font-size: 105%;
}
@media (max-width: 720px) {
/* users have wide latitude to set arbitrary width and margin :( */
.sidebar {
width: 100% !important;
clear: both;
float: none;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
}