Difference between revisions of "User:Ickputzdirwech/common.css"
Jump to navigation
Jump to search
m |
|||
Line 12: | Line 12: | ||
.ul-column-width-2 { | .ul-column-width-2 { | ||
− | width: | + | width: 10%; |
− | |||
} | } |
Revision as of 08:00, 30 October 2022
.ul-columns-2 { column-count: 2; } .ul-columns-3 { column-count: 3; } .ul-column-width { column-width: 100px; } .ul-column-width-2 { width: 10%; }