Skip to content

Commit

Permalink
fix(StartPageHero): 💄 remove max-inline-size of title
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilEinarsen committed Mar 24, 2023
1 parent dae1523 commit db6a473
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/styles/modules/start-page-hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ section.start-page-hero {

.start-page-hero-title {
color: var(--_title-color);
max-inline-size: clamp(15rem,85vw,22.5rem);
font-size: var(--_title-font-size);
}

Expand Down

0 comments on commit db6a473

Please sign in to comment.