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/stafa/stafa.nl/resources/sass/site/7-Templates/_templates.contact.scss
/*
 * Special case for the contact page.
 * Sort of a fake hero
 * and create some room to pull the content back up
 */

.t-contact__header {
	margin-top: space(3);

	@include mq(l) {
		width: column(6,12);
		min-height: space(30);
		margin-top: space(9);
	}
}

.t-contact__form {
	@include mq(l) {
		position: relative;
		z-index: 2; // place above hero
		margin-top: space(-40);
	}
}