Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielspadon authored Feb 7, 2024
1 parent dfa481b commit c8fc2e5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,26 @@ body {
.btn-group > a:not(:last-child) {
margin-right: 10px;
}

.footer {
background-color: #f8f9fa;
position: fixed;
bottom: 0;
width: 100%;
border-top: 1px solid #e7e7e7;
}

.footer .container {
display: flex;
justify-content: center;
padding: 10px 15px;
}

.footer .footer-link {
color: #007bff;
text-decoration: none;
}

.footer .footer-link:hover {
text-decoration: underline;
}

0 comments on commit c8fc2e5

Please sign in to comment.