Skip to content

Commit

Permalink
Center footer on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 22, 2024
1 parent 0b4e5ce commit 752aaaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/style-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,11 @@
@media only screen and (max-width: 480px) {

.home-content {
top: 70px;
top: 70px;
}

.footer {
text-align: center;
}

.full-wrapper{
Expand Down

0 comments on commit 752aaaa

Please sign in to comment.