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

lint all of the things

stylelint, markdownlint, linkinator
This commit is contained in:
2020-01-08 10:17:55 -05:00
parent e8569ee535
commit 892cd20c40
15 changed files with 130 additions and 49 deletions

View File

@@ -184,7 +184,8 @@ main#single {
li {
display: inline;
margin: 0 0.8em;
margin-left: 0.8em;
margin-right: 0.8em;
text-transform: uppercase;
letter-spacing: 0.15em;
}
@@ -201,7 +202,7 @@ main#single {
padding: 0.8em 1.5em;
article {
div#meta{
div#meta {
h1 {
font-size: 1.8em;
}