Skip to content

Commit

Permalink
Mobile narrow section style update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos Cristian Bute authored and Dragos Cristian Bute committed Sep 21, 2023
1 parent 984c34e commit 4f11c58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions blocks/hero-horizontal-tabs/hero-horizontal-tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ main .hero-horizontal-tabs nav button {
font-size: var(--body-font-size-s);
font-weight: var(--font-weight-medium);
border-radius: 0;
min-width: auto;
}

main .hero-horizontal-tabs nav button:hover {
Expand Down
5 changes: 5 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,11 @@ main .section.about-us .button-container a:hover {
text-decoration: none;
}

/* section - narrow */
main .section.narrow {
padding: 0 1rem;
}

/* section - static */
main .section.static {
margin-bottom: 7.5rem;
Expand Down

0 comments on commit 4f11c58

Please sign in to comment.