Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #395 from B77Mills/tightenUpSpacingOnVenueBox
Browse files Browse the repository at this point in the history
Fix spacing on featured venue & supplier box
  • Loading branch information
zarathustra323 authored Aug 13, 2019
2 parents 807cd10 + d05fcd7 commit ed013aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sites/bizbash/server/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,13 @@ body {
}

&--featured-venue-supplier {
padding-top: map-get($spacers, 1);
padding-bottom: map-get($spacers, 1);
#{ $self } {
&__title {
margin-bottom: 0;
line-height: 1rem;
}
&__contents {
padding-right: 0;
padding-left: 0;
Expand Down Expand Up @@ -486,6 +492,10 @@ body {
&--featured-venues-suppliers {
margin-bottom: map-get($spacers, block);
#{ $self } {
&__contents {
padding-bottom: map-get($spacers, 2);
background-color: $gray-200;
}
&__header,
&__item {
font-size: 20px;
Expand Down

0 comments on commit ed013aa

Please sign in to comment.