HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/reiskick.komma.nl/resources/sass/5-Components/_components.pageTitle.scss
/*
 * Page title
 */


.c-page-title {
	@include hyphenate;
	padding-top: space(4);
	padding-bottom: space(4);
	color: palette(neutral, 800);
}

.c-page-title--align-center {
	text-align: center;
}


.c-page-title__lead {
	@include mq(m) {
		margin-top: space(-2);
		margin-bottom: space(2);
	}
}


.c-page-title__heading {
	font-size: 2rem;
	line-height: 1.3;

	.c-page-title--small & {
		font-size: 1.5rem;
	}
}