Module:Portal/sandbox/styles.css: Difference between revisions

Content deleted Content added
don't squash text if width < 720px
use custom left/right
Line 13:
 
@media not screen and (max-width: 720px) {
.portalboxportalleft-sand.tleft { clear: left; float: left; margin: 0.5em 1em 0.5em 0 }
.portalboxportalright-sand.tright { clear: right; float: right; margin: 0.5em 0 0.5em 1em }
}
 
@media screen and (max-width: 720px) {
.portalbox-sand.tleft { float: none;}
.portalbox-sand.right { float: none;}
}