add contact heading styles

This commit is contained in:
Ray Elliott 2020-03-31 17:42:34 +00:00
parent c55794e29f
commit b8cdc43891
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<article id="contact" class="l-relative l-screen-min-full contact-bg">
<div class="l-section-pad l-wrapper">
<h2>Contact Us</h2>
<h2 class="l-section-header contact-heading">Contact Us</h2>
<p class="h5">Complete this form and we will get back to you within one working day.</p>
<form action="https://mailthis.to/remailthis" method="POST" encType="multipart/form-data">
<ul class="u-no-list">

View File

@ -242,6 +242,11 @@ html.is-animating .transition-fade {
background-color: var(--primary-100);
}
.contact-heading {
text-align: left;
margin-bottom: 1.25rem;
}
// global
.site-title {