Difference between revisions of "Template:SB Infobox Compact"
Jump to navigation
Jump to search
m |
m |
||
Line 8: | Line 8: | ||
.Infobox-Compact { | .Infobox-Compact { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(auto- | grid-template-columns: repeat(auto-fill, minmax(22em,1fr)); | ||
grid-gap: 0.5em | grid-gap: 0.5em | ||
} | } |