Jump to content

Template:Infobox settlement/styles.css: Difference between revisions

m 1 revision imported
Template>Izno
move the width to the breakpoint
Line 1: Line 1:
/* {{pp|small=y}} */
/* {{pp|small=y}} */
.ib-settlement {
.ib-settlement {
width: 23em;
border-collapse: collapse;
border-collapse: collapse;
line-height: 1.2em;
line-height: 1.2em;
}
@media (min-width: 640px) {
.ib-settlement {
width: 23em;
}
}
}