aboutsummaryrefslogtreecommitdiff
path: root/src/pages/contacts.astro
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-03 14:08:16 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-03 14:08:16 -0500
commit0077087a5179c2ffdec07ee38f3ffbbb01853dde (patch)
tree8c21d9d6b2194909c90e5080a6fb75a3282f274c /src/pages/contacts.astro
parentc7264e3ace8a6b1e22420702f00296a4bdadb6da (diff)
downloadpersonal-website-0077087a5179c2ffdec07ee38f3ffbbb01853dde.tar.gz
personal-website-0077087a5179c2ffdec07ee38f3ffbbb01853dde.tar.bz2
personal-website-0077087a5179c2ffdec07ee38f3ffbbb01853dde.zip
Guestbook; No more hardcoded date
Diffstat (limited to 'src/pages/contacts.astro')
-rw-r--r--src/pages/contacts.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/contacts.astro b/src/pages/contacts.astro
index d483f81..c65c6f9 100644
--- a/src/pages/contacts.astro
+++ b/src/pages/contacts.astro
@@ -28,7 +28,7 @@ import contacts from "../data/contacts.json";
}
.contact-icon {
- margin-right: 0.5em;
+ margin: 0.1em 0.5em 0.1em 0.1em;
font-size: 1.3em;
}
</style>