We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe52dbe commit b5b721bCopy full SHA for b5b721b
contact-us.html
@@ -35,7 +35,7 @@
35
<div class="features-container-wrapper">
36
<div class="container">
37
38
- <h1 id="Contact Us">Contact Us</h1>
+ <h1 id="contact-us">Contact Us</h1>
39
40
<div class="row spaced-features">
41
<div class="feature contact-us">
style.css
@@ -147,3 +147,8 @@ span.brand-text {
147
.footer *:hover {
148
color: #bfc1c3;
149
}
150
+
151
+/* Contact Us */
152
+h1#contact-us {
153
+ line-height: normal;
154
+}
0 commit comments