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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user