add releases page

This commit is contained in:
Nate
2021-09-17 14:59:02 -04:00
parent 105206aef1
commit 8cd16982b1
6 changed files with 85 additions and 31 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
article.prose {
margin-bottom: 2.5rem;
}
article.prose,
.type-prose {
font-family: "Spectral", "Constantia", "Lucida Bright", "Lucidabright", "Lucida Serif", "Lucida", "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", "Georgia", "serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
margin-bottom: 2.5rem;
letter-spacing: -0.05rem;
}
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -2,13 +2,16 @@
// add .prose to any <article> to activate prose styles
// or .type-prose to any element
article.prose {
margin-bottom: 2.5rem;
}
article.prose,
.type-prose {
font-family: "Spectral", "Constantia", "Lucida Bright", "Lucidabright",
"Lucida Serif", "Lucida", "DejaVu Serif", "Bitstream Vera Serif",
"Liberation Serif", "Georgia", "serif", "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", serif;
margin-bottom: 2.5rem;
letter-spacing: -0.05rem;
h1,