1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 14:46:37 -04:00

not messing with the base font size sure fixes a ton of problems....

This commit is contained in:
2021-12-31 19:51:29 -05:00
parent a6499fd5bb
commit 854b9da5e2
19 changed files with 66 additions and 73 deletions

View File

@ -41,7 +41,7 @@ export default function Contact() {
div {
max-width: 600px;
margin: 0 auto;
font-size: 0.925em;
font-size: 0.9em;
line-height: 1.7;
}

View File

@ -207,12 +207,13 @@ export default function Previously() {
font-family: "Comic Neue", "Comic Sans MS", "Comic Sans", "Inter", sans-serif;
font-weight: 600 !important;
}
header nav a span:nth-of-type(2) {
font-size: 1.1em;
header nav a span {
font-size: 1.1em !important;
font-weight: 700 !important;
}
header nav > a span:nth-of-type(2) {
font-size: 1.5em;
font-size: 1.4em !important;
font-weight: 700 !important;
}
main > div > div {
font-size: 1.1em !important;