Skip to content

Commit

Permalink
fix(article-footer): reduce margin on small screens (#11141)
Browse files Browse the repository at this point in the history
fix(css): fit feedback form on smaller screens
  • Loading branch information
pepelsbey authored May 20, 2024
1 parent 3127032 commit b4bc689
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/document/organisms/article-footer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
margin-top: 0;
}

@media screen and (max-width: $screen-sm) {
margin-left: 1rem;
margin-right: 1rem;
}

.article-footer-inner {
margin: 0 auto;
max-width: 1440px;
Expand Down

0 comments on commit b4bc689

Please sign in to comment.