Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:InfoboxContainerCSS: Difference between revisions

Template page
Create template.
 
m Add width 100%, when there where not enough infoboxes to use the full width they aligned to the left of the page.
 
Line 2: Line 2:


.InfoboxContainer {
.InfoboxContainer {
width: 100%;
  display: inline-flex;
  display: inline-flex;
  flex-wrap: wrap;
  flex-wrap: wrap;