diff --git a/package-lock.json b/package-lock.json
index d999d010..caa602cb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "coryd.dev",
- "version": "19.5.18",
+ "version": "19.5.19",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
- "version": "19.5.18",
+ "version": "19.5.19",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",
diff --git a/package.json b/package.json
index 08f8dd3e..008eac8b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "coryd.dev",
- "version": "19.5.18",
+ "version": "19.5.19",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {
diff --git a/src/_includes/partials/home/posts.liquid b/src/_includes/partials/home/posts.liquid
index 2aaaab7e..9f098ce9 100644
--- a/src/_includes/partials/home/posts.liquid
+++ b/src/_includes/partials/home/posts.liquid
@@ -15,7 +15,7 @@
- {{ post.title }}
+ {{ post.title }}
{{ meta.siteName }}
{{ post.data.post_excerpt }}
diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css
index 3a28c9ee..2e63936a 100644
--- a/src/assets/styles/base/index.css
+++ b/src/assets/styles/base/index.css
@@ -197,7 +197,7 @@ h6 { font-size: var(--font-size-sm) }
}
.section-header-buttons {
- margin: var(--sizing-md) 0 var(--sizing-lg);
+ margin: 0 0 var(--sizing-lg);
& > button {
margin-bottom: var(--sizing-sm) !important;
@@ -398,6 +398,10 @@ article {
}
}
+article h3 {
+ margin: 0;
+}
+
footer {
& .explainer {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
@@ -590,7 +594,6 @@ li {
flex-wrap: wrap;
}
-/* screens: md */
@media screen and (min-width: 768px) {
h1 { font-size: var(--font-size-3xl) }
h2 { font-size: var(--font-size-2xl) }
@@ -607,8 +610,8 @@ li {
flex-direction: row;
}
- article h3 {
- margin: 0 0 var(--sizing-xs);
+ .section-header-buttons {
+ margin: var(--sizing-md) 0 var(--sizing-lg);
}
footer nav.social {
diff --git a/src/pages/main/posts/index.html b/src/pages/main/posts/index.html
index afebb3da..72ae9c81 100644
--- a/src/pages/main/posts/index.html
+++ b/src/pages/main/posts/index.html
@@ -17,7 +17,7 @@ permalink: "/posts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}
- {{ post.title }}
+ {{ post.title }}
{{ meta.siteName }}
{{ post.description }}