Skip to content

Commit

Permalink
fix footer size (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi authored Jan 31, 2024
1 parent 212bbd1 commit c26844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
color: var(--secondary-text);
}

@media (max-width: 1200px) {
@media (max-width: 1300px) {
.dcl.footer {
flex-flow: column nowrap;
margin-bottom: 12px;
Expand Down

0 comments on commit c26844d

Please sign in to comment.