Skip to content

Commit

Permalink
fix: contact page layout responsive design (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennordseth committed Sep 27, 2024
1 parent 22fb990 commit b2ef907
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/page-modules/contact/layouts/layout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
max-width: var(--maxPageWidth);
margin: 0 auto;
}
@media (max-width: 650px) {
.layout {
padding: 0 var(--spacings-medium);
}
}
.homeLink__container {
padding: 0 var(--spacings-medium);
}
Expand Down

0 comments on commit b2ef907

Please sign in to comment.