Skip to content

Commit

Permalink
Update baseline hero font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymcp committed Sep 30, 2024
1 parent 83023c3 commit 137a8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions private/src/styles/blocks/hero/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
display: table;
padding: 10px 16px;
max-width: 460px;
font-size: 1.5rem;
font-size: $base-font-size;

@include mq(xx-small) {
padding: 10px 20px;
Expand All @@ -45,7 +45,7 @@
.hero-title span {
margin: 0;
padding: 0 16px;
font-size: 4.5rem;
font-size: 27px;
line-height: 1.3 !important;
background-color: rgba(0, 0, 0, 0.45);
color: #fff;
Expand Down

0 comments on commit 137a8bf

Please # to comment.