Skip to content

Commit

Permalink
css lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericeoeur committed Feb 11, 2025
1 parent c7674e8 commit 991f339
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,6 @@ footer .footer > div {
padding: 40px 24px 24px;
}

footer .footer p {
margin: 0;
}

@media (width >= 900px) {
footer .footer > div {
padding: 40px 32px 24px;
}
}
footer {
background-color: var(--color-neutral-100);
font: var(--type-body-2-default-font);
letter-spacing: var(--type-body-2-default-letter-spacing);
}

footer .footer > div {
margin: auto;
max-width: 1200px;
padding: 40px 24px 24px;
}

footer .footer p {
margin: 0;
}
Expand Down

0 comments on commit 991f339

Please sign in to comment.