From 317219e36adf5ff6bbe12789a0adf4d58a340792 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 27 Jul 2021 12:14:15 -0700 Subject: [PATCH] small css spacing fixes --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ae55f5a..8456ab9 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@

Anson Biggs

-

+

Astronautical Engineering Undergraduate
diff --git a/style.css b/style.css index d8a14e3..1a32afc 100644 --- a/style.css +++ b/style.css @@ -21,5 +21,5 @@ p { } body { - margin: auto 15% auto 10%; + margin: auto 15% 5em 10%; }