CSS: Utility classes for column count property.
This commit is contained in:
parent
a43eca4237
commit
d0ef76c19e
@ -689,6 +689,12 @@
|
||||
.pointer-events-none
|
||||
pointer-events: none
|
||||
|
||||
.column-count-2
|
||||
column-count: 2
|
||||
|
||||
.column-count-3
|
||||
column-count: 3
|
||||
|
||||
// Bootstrap has .img-fluid, a class to limit the width of an image to 100%.
|
||||
// .imgs-fluid below is to be applied on a parent container when we can't add
|
||||
// classes to the images themselves. e.g. the blog.
|
||||
|
Loading…
x
Reference in New Issue
Block a user