1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:25:30 -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

@@ -24,6 +24,7 @@ main#list {
li {
display: flex;
letter-spacing: -0.011em;
line-height: 1.75;
div.date {
color: $color-medium;
@@ -32,7 +33,7 @@ main#list {
}
+ li {
margin-top: 1.3em;
margin-top: 1em;
}
&:last-child {