Skip to content

Commit

Permalink
Update footer.css
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <[email protected]>
  • Loading branch information
burnt-exe authored Jun 6, 2024
1 parent 8edba43 commit 1ede2de
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 1ede2de

Please sign in to comment.