handling grid customisation in staff list
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
39b3b18876
commit
7b9a44840c
|
|
@ -9,8 +9,20 @@
|
||||||
.section_titling + &__staff-list {
|
.section_titling + &__staff-list {
|
||||||
@apply pt-0;
|
@apply pt-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-titling--has-no-subtitle {
|
||||||
|
@apply pb-0;
|
||||||
|
}
|
||||||
|
|
||||||
&__staff-list {
|
&__staff-list {
|
||||||
@apply grid md:grid-cols-2 xl:grid-cols-4 gap-x-6 gap-y-16 pt-16 list-none;
|
@apply grid md:grid-cols-2 gap-x-6 gap-y-16 pt-16 list-none;
|
||||||
|
&--grid-4 {
|
||||||
|
@apply xl:grid-cols-4;
|
||||||
|
}
|
||||||
|
&--grid-3 {
|
||||||
|
@apply xl:grid-cols-3;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
&:before {
|
&:before {
|
||||||
content: none !important;
|
content: none !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user