File: D:/HostingSpaces/SBogers10/switch4u.komma.nl/resources/sass/5-Components/_components.pageTitle.scss
/*
* Page title
*/
.c-page-title {
@include contain;
@include hyphenate;
padding-top: space(2);
padding-bottom: space(2);
color: palette(neutral, 800);
@include mq(m) {
padding-top: space(6);
padding-bottom: space(6);
}
}
.c-page-title--center {
text-align: center;
margin-left: auto;
margin-right: auto;
@include mq(m) {
width: column(6, 8);
}
@include mq(l) {
width: column(8, 12);
}
}
.c-page-title__preheading {
@include mq(m) {
margin-top: space(-2);
margin-bottom: space(2);
}
}
.c-page-title__heading {
@include font-size(xxl);
line-height: 1.3;
}
.c-page-title__heading-small {
@include font-size(m);
display: block;
}