Difference between revisions of "Template:SB Infobox Compact"
Jump to navigation
Jump to search
(Created page with "<includeonly><div class="Infobox-Compact">{{#invoke:SB_Infobox_Begin|main}}</div>{{#css: .Infobox-Compact { display: grid; grid-template-columns: repeat(auto-fit, minmax(1...") |
m |
||
Line 2: | Line 2: | ||
.Infobox-Compact { | .Infobox-Compact { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(auto-fit, minmax( | grid-template-columns: repeat(auto-fit, minmax(22em, 1fr)); | ||
grid-gap: 0.5em | grid-gap: 0.5em | ||
} | } | ||
.Infobox-Compact .SB-Infobox-Image-Wrap img { | .Infobox-Compact .SB-Infobox-Image-Wrap img { | ||
max-height: | max-height: 16vh; | ||
} | } | ||