Skip to content

Commit

Permalink
adjusted font size of learn more and live demo buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
theodoremoreland committed Nov 13, 2024
1 parent 9c37563 commit cea137f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,13 @@ main {
}

@media screen and (min-width: 1150px) {
.live-demo,
.learn-more-button {
font-size: 0.9rem;
}
}

@media screen and (min-width: 1440px) {
.live-demo,
.learn-more-button {
font-size: 1rem;
Expand Down

0 comments on commit cea137f

Please sign in to comment.