Skip to content

Commit

Permalink
#1: Adjust heading alignment on pages with narrow container
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonamaya82 committed Dec 22, 2023
1 parent 3bf54f8 commit b88e6ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions sass/base/layout/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,6 @@ section {
padding-top: 3rem;
padding-bottom: 4rem;
}

body.items.advanced-search &,
body.register &,
body.contribution & {
@media (min-width: $lg) {
max-width: 1160px;
padding: 3rem 10rem 4rem 4rem;
}

@media (min-width: $xl) {
max-width: 1160px;
padding: 3rem 10rem 4rem;
}
}
}

@import "regions";
2 changes: 1 addition & 1 deletion sass/components/advanced-search/_advanced-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
max-width: 840px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-top: 45px;

input,
select {
Expand Down

0 comments on commit b88e6ae

Please sign in to comment.