Skip to content

Commit

Permalink
Update styles.css (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadlm authored Aug 5, 2024
1 parent b593739 commit 66d588d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,15 @@ p.font-rlw {
display: flex;
flex-wrap: wrap;
gap: 25px; /* Adjust spacing between icons */
justify-content: center; /* Align items to the left */
justify-content: center; /* Center align items */
}

.footer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh; /* Ensure the footer takes full height */
}

.badge-list a {
Expand Down

0 comments on commit 66d588d

Please sign in to comment.