Template:Plant Update/styles.css: Difference between revisions
Fix size and floating of the image |
Fix print layout sizing |
||
| Line 11: | Line 11: | ||
.infobox ~ .plant-update { | .infobox ~ .plant-update { | ||
width: calc(100% - 21em); | width: calc(100% - 21em); | ||
} | |||
@media print { | |||
.infobox ~ .plant-update { | |||
width: calc(100% - 25em); | |||
} | |||
} | } | ||