summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html3
-rw-r--r--styles.css7
2 files changed, 10 insertions, 0 deletions
diff --git a/index.html b/index.html
index 56619d2..0a885e9 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,8 @@
</table>
</center>
+<div>
+
<p>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.</p>
<h2>My feed</h2>
@@ -37,6 +39,7 @@
<h2>Contact me</h2>
<p>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.</p>
+</div>
<center>
<img src="badges/she-her.gif" alt="SHE/HER" title="My pronouns are 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;
+}