Skip to content

Commit

Permalink
fix(web): add responsive sizes to headline text
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Aug 10, 2023
1 parent fde34cc commit 6bd3ce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/web/src/routes/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
--card-color: rgb(23, 23, 23);
}

.beatforge-landing-header-responsive {
font-size: max(32px,min(5vw,56px))
}

.beatforge-landing-terminal-window-wrapper:hover
.beatforge-landing-terminal-window-bullets
span:first-child {
Expand Down

0 comments on commit 6bd3ce3

Please sign in to comment.