mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
11 lines
295 B
CSS
11 lines
295 B
CSS
.column-count-2 {column-count: 1}
|
|
.column-gap-1 {column-gap: 0}
|
|
.break-inside-avoid {break-inside: auto}
|
|
|
|
|
|
@media (--breakpoint-large) {
|
|
.column-count-3-l {column-count: 3}
|
|
.column-count-2-l {column-count: 2}
|
|
.column-gap-1-l {column-gap: 1}
|
|
.break-inside-avoid-l {break-inside: avoid}
|
|
}
|