6 lines
67 B
SCSS
6 lines
67 B
SCSS
|
.page-title {
|
||
|
@extend .pb-2;
|
||
|
@extend .mb-2;
|
||
|
@extend .mt-4;
|
||
|
}
|