Skip to content

Commit

Permalink
name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dharshini-1624 committed Sep 6, 2024
1 parent 17ae2f6 commit bb0a068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
} */

/* Header Section */
.second-header-section {
.hero-section {
background-color: #87C735;
color: white;
display: flex;
Expand All @@ -64,12 +64,12 @@
/* margin-top: 84px; */
}

.second-header-section h2 {
.hero-section h2 {
font-size: 2.5rem;
margin-top: 0;
}

.second-header-section p {
.hero-section p {
text-align: center;
font-size: 1.2rem;
margin-top: 30px;
Expand Down Expand Up @@ -257,7 +257,7 @@
</header>

<!-- Header Section -->
<header class="second-header-section">
<header class="hero-section">
<h2>Get in Touch With Us</h2>
<p>We'd love to hear from you! Feel free to reach out with any questions.</p>
</header>
Expand Down

0 comments on commit bb0a068

Please sign in to comment.