app/assets/sass/views/_about.scss: update to bootstrap 5.2.0 mixins.
This commit is contained in:
parent
1182f9439b
commit
22f49280de
1 changed files with 8 additions and 3 deletions
|
|
@ -3,11 +3,16 @@
|
||||||
@extend .row;
|
@extend .row;
|
||||||
|
|
||||||
&-main {
|
&-main {
|
||||||
@include make-sm-column(8);
|
@include make-col-ready();
|
||||||
|
@include media-breakpoint-up(sm) {
|
||||||
|
@include make-col(8);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-reference {
|
&-reference {
|
||||||
@include make-sm-column(4);
|
@include make-col-ready();
|
||||||
|
@include media-breakpoint-up(sm) {
|
||||||
|
@include make-col(4);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue