mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-16 18:55:30 -04:00
not messing with the base font size sure fixes a ton of problems....
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user