Skip to content

Commit

Permalink
Merge pull request #1247 from SumitThakur1600/main
Browse files Browse the repository at this point in the history
Fixed the Bug in Footer
  • Loading branch information
vimistify authored Jan 7, 2025
2 parents 7ff1a3a + a616dfd commit 4b26116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}

footer {
background-color: #000;
/* background-color: #000; */
color: white;
text-align: center;
padding: 0.625rem 0; /* 10px 0 */
Expand Down Expand Up @@ -390,7 +390,6 @@ <h2>Contact Us</h2>
}

footer {
background-color: #000;
color: white;
text-align: center;
padding: 0.625rem 0; /* 10px 0 */
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,6 @@ <h2>Contact Us</h2>
.new-footer-section {
flex: 1;
min-width: 250px;
background-color: black;
margin-bottom: 20px;
text-align: center;
align-self: center;
Expand Down Expand Up @@ -928,7 +927,7 @@ <h2>Contact Us</h2>

.new-newsletter-input {
padding: 10px;
width: 80%;
width: 60%;
border: none;
border-radius: 5px;
margin-bottom: 10px;
Expand Down

0 comments on commit 4b26116

Please sign in to comment.