Rebuild assets

And add `postcss-scss` and fixing some issues.
This commit is contained in:
Jeremy Benoist
2022-01-05 20:43:36 +01:00
parent 553e69273f
commit 9d1716c0e5
27 changed files with 93 additions and 137 deletions

View File

@ -1,4 +1,3 @@
#article {
width: 70%;
margin-bottom: 3em;
@ -159,7 +158,7 @@ pre code {
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
font-family: PT Sans, sans-serif;
font-family: "PT Sans", sans-serif;
transition: all 0.5s ease;
}
}