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

Content deleted Content added
move background to border
don't squash text if width < 720px
Line 12:
}
 
@media not screen and (max-width: 720px) {
.portalbox-sand.tleft {
.portalbox-sand.tleft { margin: 0.5em 1em 0.5em 0 }
.portalbox-sand.tright { margin: 0.5em 0 0.5em 1em }
}
 
@media screen and (max-width: 720px) {
.portalbox-sand.tright {
.portalbox-sand.tleft { float: none;}
margin: 0.5em 0 0.5em 1em
.portalbox-sand.trightright { float: none;}
}