Skip to content

Commit

Permalink
adjust subtitle size
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed Nov 7, 2024
1 parent 33c3739 commit 5e49621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blocks/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ main .hero div > p:first-child {
}

main .hero div > p:nth-child(2) {
font-size: 80px;
font-size: 30px;
margin-top: 30px;
margin-bottom: 30px;
font-weight: 600;
Expand Down
5 changes: 3 additions & 2 deletions blocks/latest-tasting/latest-tasting.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@
border-radius: 50%;
}

.latest-tns-contributed-by-name {
.latest-tns-contributed-by-member-wrapper > .latest-tns-contributed-by-name {
font-weight: bold;
}

.latest-tns-contributed-by-name, .latest-tns-contributed-by-title {
.latest-tns-contributed-by-member-wrapper > .latest-tns-contributed-by-name,
.latest-tns-contributed-by-member-wrapper > .latest-tns-contributed-by-title {
padding-top: 0;
padding-bottom: 0;
}
Expand Down

0 comments on commit 5e49621

Please sign in to comment.