fix margin in contact section

This commit is contained in:
2025-08-04 13:21:18 -07:00
parent aeeb44e2b2
commit 36063c0a12
2 changed files with 6 additions and 2 deletions

View File

@@ -159,7 +159,7 @@
<hr /> <hr />
<section> <section>
<h2>Contact Me</h2> <h2>Contact Me</h2>
<p> <p class="margin-8px-top">
I'm sort of chronically online. Your best chance of I'm sort of chronically online. Your best chance of
quick contact is a phone call, but Discord, email, and quick contact is a phone call, but Discord, email, and
text work too. text work too.

View File

@@ -110,5 +110,9 @@ body {
} }
section { section {
margin-bottom: 16px margin-bottom: 16px;
}
.margin-8px-top {
margin-top: 8px;
} }