Skip to content

Commit

Permalink
adjust font scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferase committed May 30, 2024
1 parent 78975c3 commit 50c43dc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
}

#crane-anim{
position: absolute;
position: fixed;
top: 50%;
right: 0;
transform-origin: center right;
Expand Down Expand Up @@ -350,6 +350,11 @@
display: none;
}

#svg-border-02,
#svg-border-03{
width: 20%;
}

#INK_EYEL,
#INK_EYER,
#INK_EYELIDL,
Expand Down Expand Up @@ -380,10 +385,11 @@
max-width: 200vw;
width: 200vw;
transform: translateX(-50%);
margin-bottom: calc(-1 * var(--space-large));
}

.hero-subheading{
font-size: calc(var(--txt-h2) / 1.2);
font-size: calc(var(--txt-h2) / 1.4);
margin-bottom: var(--space-small);
}
.hero-paragraph{
Expand Down

0 comments on commit 50c43dc

Please sign in to comment.