From 6fb88f460c96f33d11f73fac083a672ee4262276 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 23 Apr 2025 19:56:39 -0600 Subject: padding in index --- index.html | 3 +++ styles.css | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/index.html b/index.html index 56619d2..0a885e9 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,8 @@ +
+

Welcome to my spaceship. I host a few personal services here, publish a feed of notes and posts, and I'll hopefully be hosting many public services as time goes on. I want to participate in an intergalactic community--from the Salt Lake City area and out--slinging text files across the stars, organizing, and sharing our art/projects/speech through Free software.

My feed

@@ -37,6 +39,7 @@

Contact me

Feel free to contact me over email (admin@skylarcloud.slmail.me), or Signal (oat.50). If you want to suggest additions/modifications/fixes to the content of the site, diff files over email are convenient and appreciated but not necessary.

+
SHE/HER diff --git a/styles.css b/styles.css index 5174f5b..959f2fe 100644 --- a/styles.css +++ b/styles.css @@ -58,3 +58,10 @@ a:active { background-color: transparent; text-decoration: underline; } + +div { + padding-top: 20px; + padding-right: 35px; + padding-bottom: 20px; + padding-left: 35px; +} -- cgit v1.2.3