Skip to content

Commit

Permalink
Added responsive font size
Browse files Browse the repository at this point in the history
Added a responsive font size to the header
  • Loading branch information
dt2patel authored Oct 15, 2023
1 parent b2527f9 commit 220a76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default defineComponent({
}

.title {
font-size: 50px;
font-size: clamp(0px, 11vw, 50px);
font-weight: 700;
padding-top: var(--spacer-lg);
margin-bottom: var(--spacer-xl);
Expand Down

0 comments on commit 220a76f

Please sign in to comment.