style: format with prettier

This commit is contained in:
Price Hiller 2023-08-29 16:57:07 -05:00
parent 0aa3ee47ff
commit d89ebf1014
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 5 additions and 4 deletions

View File

@ -74,7 +74,7 @@ article > p {
}
.articles-container > ul > li {
list-style-type: none;
margin: 10px
margin: 10px;
}
.article-frontmatter {
@ -125,4 +125,4 @@ article > p {
.article-frontmatter-tags > ul > li:not(:last-child)::after {
content: " ⦁";
}
}

View File

@ -109,7 +109,8 @@ footer {
width: 100vw;
}
footer a, footer a:visited {
footer a,
footer a:visited {
color: var(--crystalBlue);
}
@ -316,4 +317,4 @@ hr {
align-self: center;
border: none;
border-top: thin solid;
}
}