1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 11:35:32 -04:00

ignore some markdownlint warnings

This commit is contained in:
2020-03-24 00:40:50 -04:00
parent 296df90aa7
commit cb7b9f5b91
6 changed files with 233 additions and 20 deletions

View File

@@ -19,7 +19,7 @@ header {
color: $color-medium-dark;
h1#name {
margin: 0 0 0 0.8em;
margin-left: 0.8em;
font-size: 1.4em;
font-weight: 500;
letter-spacing: -0.01em;

View File

@@ -23,7 +23,8 @@ main#single {
}
h1#title {
margin: 0.3em 0 0.5em 0;
margin-top: 0.3em;
margin-bottom: 0.5em;
font-size: 2.3em;
line-height: 1.25;
font-weight: 700;