Skip to content

Commit

Permalink
Merge pull request #24 from skunkworksza/burnt-exe-patch-2
Browse files Browse the repository at this point in the history
Update footer.css
  • Loading branch information
burnt-exe authored Jun 6, 2024
2 parents 8e97801 + 1ede2de commit 34c15ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/footer.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* Footer CSS */

.bx--footer {
background-color: #0f62fe;
color: #ffffff;
padding: 1rem 0;
/* footer.css */
footer {
text-align: center;
padding: 20px 0;
background-color: #1E3A8A; /* Medium Blue */
color: #93C5FD; /* Light Blue Text */
}

.bx--footer p {
footer p {
margin: 0;
font-size: 1rem;
}

0 comments on commit 34c15ac

Please sign in to comment.