Skip to content

Commit

Permalink
Merge pull request #203 from debtcollective/fix/action-circles
Browse files Browse the repository at this point in the history
Change font color to action circles
  • Loading branch information
duranmla authored Nov 30, 2020
2 parents 4cb3234 + 167ed84 commit 6525030
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/sections/Hero/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.distribute-rows {
// leave extra space for the header to be placed
padding-top: $header-height-md;

@include media-breakpoint-up(lg) {
padding-top: 6rem;
}
Expand Down Expand Up @@ -94,10 +94,15 @@
}
}

&-link,
&-link:hover {
color: $gray;
}

&__title {
@extend .text-monospace;
font-size: $h5-font-size;
flex: 1;
font-size: $h5-font-size;
line-height: 0.75;

@include media-breakpoint-up(md) {
Expand Down

0 comments on commit 6525030

Please sign in to comment.