Skip to content

Commit

Permalink
Update hero padding (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford authored Apr 10, 2024
1 parent eed934e commit 5e2b01c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/components/Search/Hero/Hero.less
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
.content_hero {
padding: @gutter-normal;

@media @desktop {
padding: @grid_gutter-width;
padding-top: @gutter-normal;
}

@media @phone {
padding: @gutter-narrow;
}

margin-top: @grid_gutter-width;
padding-bottom: unit(30px / @base-font-size-px, rem);

p {
max-width: 670px;
Expand Down

0 comments on commit 5e2b01c

Please sign in to comment.