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

fix JSON keyword encoding (apostrophes) and clean-css

This commit is contained in:
2019-11-26 11:39:25 -05:00
parent e6b19c91fa
commit 67d212d4d1
5 changed files with 15 additions and 10 deletions

View File

@@ -9,20 +9,17 @@ main#list {
section.year {
font-size: 1.1em;
/* stylelint-disable-next-line no-descending-specificity */
h2 {
font-size: 1.8em;
margin: 0;
}
/* stylelint-disable-next-line no-descending-specificity */
ul {
list-style-type: none;
padding-left: 0;
display: block;
}
/* stylelint-disable-next-line no-descending-specificity */
li {
display: flex;
@@ -38,12 +35,10 @@ main#list {
clear: both;
}
/* stylelint-disable-next-line no-descending-specificity */
&:last-child {
margin-bottom: 1.8em;
}
/* stylelint-disable-next-line no-descending-specificity */
+ li {
margin-top: 1.3em;
}