Module:Infobox military conflict/styles.css: Difference between revisions

Jump to navigation Jump to search
imported>Jdlrobson
(Created page with '@media all and (max-width:720px) { .desktop-float-right { box-sizing: border-box; float: right; clear: right; } }')
 
imported>Jdlrobson
No edit summary
Line 1: Line 1:
@media all and (max-width:720px) {
@media all and (min-width:720px) {
.desktop-float-right {
.desktop-float-right {
box-sizing: border-box;
box-sizing: border-box;

Revision as of 21:39, 1 July 2019

@media all and (min-width:720px) {
	.desktop-float-right {
		box-sizing: border-box;
		float: right;
		clear: right;
	}
}