Skip to content

Commit

Permalink
update font size
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiavanleur committed Jun 9, 2024
1 parent 2a73f00 commit 3aa69cc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ html {
font-smooth: always !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
zoom: 86%;
}

body {
Expand Down Expand Up @@ -272,6 +273,10 @@ body:not(.menu-open) .c-menu__list-container {
}

@media only screen and (min-width: 656px) {
html {
zoom: 100%;
}

.c-layout {
padding: var(--spacer-xxl);
}
Expand Down Expand Up @@ -302,10 +307,4 @@ body:not(.menu-open) .c-menu__list-container {
.c-menu__list-container {
width: 600px;
}
}

@-moz-document url-prefix() {
html {
zoom: 86%;
}
}

0 comments on commit 3aa69cc

Please sign in to comment.