Skip to content

Commit

Permalink
Update _footer.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
marceljc3 committed Oct 21, 2023
1 parent a174169 commit de8fa37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/scss/components/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.footer {
background-color: black;
height: 25vh;
height: 24vh;
color: white;
display: flex;
flex-direction: column;
Expand All @@ -26,8 +26,8 @@

.footer-text {
text-align: center;
font-size: 16px;
font-size: 1rem;
b {
font-size: 20px;
font-size: 1.25rem;
}
}

0 comments on commit de8fa37

Please sign in to comment.