Skip to content

Commit

Permalink
fixed up font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninvf committed Feb 21, 2024
1 parent c05fdcc commit 37ea3e7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
21 changes: 12 additions & 9 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a {
text-decoration: none;
width: -moz-fit-content;
width: fit-content;
font-size: 1.8vh;
font-size: 1rem;
}

a:hover {
Expand All @@ -37,7 +37,7 @@ a:hover {
text-decoration: none;
width: -moz-fit-content;
width: fit-content;
font-size: 1.8vh;
font-size: 1rem;
}

.disabled:hover {
Expand All @@ -58,15 +58,15 @@ img {
}

p {
font-size: 1.8vh;
font-size: 1rem;
margin-top: 1vh;
margin-bottom: 1vh;
}

h1 {
margin-top: 4vh;
margin-bottom: -1vh;
font-size: 10vh;
font-size: 5rem;
font-weight: bold;
text-transform: uppercase;
font-family: Pixellari;
Expand All @@ -75,7 +75,7 @@ h1 {
}

h2 {
font-size: 2.6vh;
font-size: 1.5rem;
font-weight: bold;
text-transform: uppercase;
font-family: Alagard;
Expand All @@ -84,7 +84,7 @@ h2 {
}

h3 {
font-size: 2.2vh;
font-size: 1.1rem;
font-weight: bold;
text-transform: uppercase;
font-family: Pixellari;
Expand Down Expand Up @@ -161,11 +161,14 @@ h3 {
width: 100%;
}
h1 {
font-size: 9vw;
margin-top: 1vh;
font-size: 3rem;
margin-top: 0.5rem;
margin-bottom: 0;
}
h2 {
font-size: 2.2vh;
font-size: 1.5rem;
}
a {
font-size: 1.5rem;
}
}/*# sourceMappingURL=style.css.map */
2 changes: 1 addition & 1 deletion styles/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 13 additions & 9 deletions styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ a {
color: inherit;
text-decoration: none;
width: fit-content;
font-size: 1.8vh;
font-size: 1rem;
}

a:hover {
Expand All @@ -28,7 +28,7 @@ a:hover {
color: #555;
text-decoration: none;
width: fit-content;
font-size: 1.8vh;
font-size: 1rem;
}

.disabled:hover {
Expand All @@ -49,15 +49,15 @@ img {
}

p {
font-size: 1.8vh;
font-size: 1rem;
margin-top: 1vh;
margin-bottom: 1vh;
}

h1 {
margin-top: 4vh;
margin-bottom: -1vh;
font-size: 10vh;
font-size: 5rem;
font-weight: bold;
text-transform: uppercase;
font-family: Pixellari;
Expand All @@ -66,7 +66,7 @@ h1 {
}

h2 {
font-size: 2.6vh;
font-size: 1.5rem;
font-weight: bold;
text-transform: uppercase;
font-family: Alagard;
Expand All @@ -75,7 +75,7 @@ h2 {
}

h3 {
font-size: 2.2vh;
font-size: 1.1rem;
font-weight: bold;
text-transform: uppercase;
font-family: Pixellari;
Expand Down Expand Up @@ -153,12 +153,16 @@ h3 {
}

h1 {
font-size: 9vw;
margin-top: 1vh;
font-size: 3rem;
margin-top: 0.5rem;
margin-bottom: 0;
}

h2 {
font-size: 2.2vh;
font-size: 1.5rem;
}

a {
font-size: 1.5rem;
}
}

0 comments on commit 37ea3e7

Please sign in to comment.