Skip to content

Commit

Permalink
change mobile font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiavanleur committed Jun 9, 2024
1 parent 378b867 commit 07ff92c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ html {
font-smooth: always !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}

body {
Expand Down Expand Up @@ -79,7 +78,7 @@ a:hover {
}

.c-title {
font-size: 3.4rem;
font-size: 3.3rem;
transform: skewY(-3deg);
color: var(--color-hover);
}
Expand Down

0 comments on commit 07ff92c

Please sign in to comment.