-
- An errant thought...
+
+ An errant thought...
+
+
+
{{ post.content | safe }}
diff --git a/src/styles.css b/src/styles.css
index 2d26a00..5bbf58e 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -69,19 +69,38 @@ main > .thought {
width: 75%;
}
+main > .thought:not(:last-child) {
+ margin-bottom: var(--size-2x);
+}
+
main > .thought > header {
align-items: center;
- display: flex;
+ display: grid;
font-size: var(--font-post-header);
+ grid-template-columns: max-content auto max-content;
padding: var(--size-md) var(--size-md) 0 var(--size-md);
}
-main > .thought > header > object {
+main > .thought > header img {
height: 20px;
- margin-right: var(--size-sm);
width: 20px;
}
+main > .thought > header > .hash {
+ margin-right: var(--size-sm);
+}
+
+main > .thought > header > .link {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ visibility: hidden;
+}
+
+main > .thought:hover > header > .link {
+ visibility: visible;
+}
+
main > .thought > .content {
border-top: 2px solid var(--color-black);
margin-top: var(--size-md);
diff --git a/src/thoughts/2025/04/my-wife-as-a-mother.md b/src/thoughts/2025/04/my-wife-as-a-mother.md
new file mode 100644
index 0000000..8bd8c86
--- /dev/null
+++ b/src/thoughts/2025/04/my-wife-as-a-mother.md
@@ -0,0 +1 @@
+It fills me with an inarticulable kind of love when I see my wife in her role as mother to our children. Words don't fully describe it!