Skip to content

Commit b5b721b

Browse files
committed
Bugfix
1 parent fe52dbe commit b5b721b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

contact-us.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="features-container-wrapper">
3636
<div class="container">
3737

38-
<h1 id="Contact Us">Contact Us</h1>
38+
<h1 id="contact-us">Contact Us</h1>
3939

4040
<div class="row spaced-features">
4141
<div class="feature contact-us">

style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,8 @@ span.brand-text {
147147
.footer *:hover {
148148
color: #bfc1c3;
149149
}
150+
151+
/* Contact Us */
152+
h1#contact-us {
153+
line-height: normal;
154+
}

0 commit comments

Comments
 (0)