Difference between revisions of "User:Ickputzdirwech/common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 12: | Line 12: | ||
.ul-column-width-2 { | .ul-column-width-2 { | ||
− | column- | + | column-width: 200px; |
− | |||
− | |||
} | } |
Revision as of 08:17, 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 { column-width: 200px; }