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

fix new header on /previously

This commit is contained in:
2021-05-27 11:33:03 -04:00
parent 162fe77be4
commit 80ea194c74
4 changed files with 24 additions and 25 deletions

View File

@ -17,8 +17,8 @@ css: |
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('https://jarv.is/vendor/fonts/comic-neue-bold-subset.woff2') format('woff2'),
url('https://jarv.is/vendor/fonts/comic-neue-bold-subset.woff') format('woff');
src: url("{{ absURL "/vendor/fonts/comic-neue-bold-subset.woff2" | safeCSS }}") format("woff2"),
url("{{ absURL "/vendor/fonts/comic-neue-bold-subset.woff" | safeCSS }}") format("woff");
unicode-range: U+0000-00FF,U+2000-206F,U+20A0-20CF,U+2190-21FF,U+2200-22FF,U+2122;
}
body {
@ -47,7 +47,6 @@ css: |
}
header nav a#logo span#name {
font-size: 1.5em;
margin: 0.93em 0 0.93em 0.7em;
}
header nav ul li a span.text {
font-size: 1.05em;