Skip to content

Commit

Permalink
Merge pull request #6270 from akatsoulas/extra-space-aaq
Browse files Browse the repository at this point in the history
Reduce extra space in question details
  • Loading branch information
escattone authored Oct 1, 2024
2 parents d7ece75 + 7700070 commit ce5d56e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kitsune/sumo/static/sumo/scss/components/_sidebar-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,11 @@
}

&.force-top-margin {
margin-top: 72px;
margin-top: p.$spacing-xl;
}

&.is-accordion-heading {
margin-top: 72px;
margin-top: p.$spacing-xl;

button {
padding-left: 0;
Expand All @@ -249,10 +249,10 @@
}

@media #{p.$mq-lg} {
margin: 72px 0 p.$spacing-lg;
margin: p.$spacing-xl 0 p.$spacing-lg;

&.is-accordion-heading {
margin-top: 72px;
margin-top: p.$spacing-xl;
}
}
}

0 comments on commit ce5d56e

Please sign in to comment.