1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 19:15:48 -04:00

small fix to spacing on responsive list pages

and make CI & Netlify use a newest version of Go (required for modules)
This commit is contained in:
2020-04-03 17:09:46 -04:00
parent e607a0c75d
commit 236ee5b0af
9 changed files with 21 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ main#single {
margin-top: 0.3em;
margin-bottom: 0.5em;
font-size: 2.2em;
line-height: 1.25;
line-height: 1.3;
font-weight: 700;
a {
@@ -52,6 +52,7 @@ main#single {
padding: 0.8em 1.1em;
h1#title {
margin-top: 0.5em;
font-size: 1.8em;
}