Difference between revisions of "Module:Infobox military conflict/styles.css"
Jump to navigation
Jump to search
test>Jdlrobson (←Created page with '@media all and (max-width:720px) { .desktop-float-right { box-sizing: border-box; float: right; clear: right; } }') |
test>Jdlrobson |
||
Line 1: | Line 1: | ||
− | @media all and ( | + | @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;
}
}