From d1f8ecd88c869953f29b07de83317b8a5b35d5a6 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 10 Dec 2023 09:10:50 -0800 Subject: [PATCH] fix: contact styling --- package.json | 2 +- src/assets/styles/tailwind.css | 8 ++++++-- src/contact.md | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fef4589d..7cccf761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "2.5.0", + "version": "2.5.1", "description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.", "main": "index.html", "scripts": { diff --git a/src/assets/styles/tailwind.css b/src/assets/styles/tailwind.css index 5b9483ca..c5b77397 100644 --- a/src/assets/styles/tailwind.css +++ b/src/assets/styles/tailwind.css @@ -1235,6 +1235,10 @@ video { margin-top: 0.625rem; } +.mt-3 { + margin-top: 0.75rem; +} + .mt-4 { margin-top: 1rem; } @@ -2461,8 +2465,8 @@ pre { margin-right: 1rem; } - .md\:mt-4 { - margin-top: 1rem; + .md\:mt-0 { + margin-top: 0px; } .md\:block { diff --git a/src/contact.md b/src/contact.md index f3e89116..3f29e03b 100644 --- a/src/contact.md +++ b/src/contact.md @@ -26,7 +26,7 @@ meta:
-

Fill out the form to get in touch. Or I've got other options below 👇🏻

+

Fill out the form to get in touch. Or I've got other options 👇🏻

  • Ping me on Mastodon
  • Message me on Signal or iMessage (if you have my phone number)
  • @@ -34,7 +34,7 @@ meta:
  • File an issue on the appropriate repo over at GitHub
-
+