Skip to content

Commit

Permalink
enhance(latest): subtitle spacing and size
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl committed Oct 23, 2023
1 parent 8d9e1ff commit a8a600b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion site/css/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,13 @@

.heading-latest__subtitle {
display: block;
@include body-1-regular;
margin-top: 8px;
@include body-2-regular;
color: $blue-60;

@include md-up {
@include body-1-regular;
}
}

.homepage-posts--explainers {
Expand Down

0 comments on commit a8a600b

Please sign in to comment.