mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 14:46:37 -04:00
add stylelint
This commit is contained in:
@ -35,11 +35,13 @@
|
||||
white-space: nowrap;
|
||||
margin-right: 0.75em;
|
||||
}
|
||||
.meta .metaTag:before {
|
||||
|
||||
.meta .metaTag::before {
|
||||
content: "\0023"; /* cosmetically hashtagify tags */
|
||||
padding-right: 0.125em;
|
||||
color: var(--colors-light);
|
||||
}
|
||||
|
||||
.meta .metaTag:last-of-type {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@ -7,6 +7,7 @@
|
||||
.section:first-of-type {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
|
||||
.section:last-of-type {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user