From f836fbebe42060863f718ca3df2ae90928277c58 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 17 Jul 2023 12:59:36 -0400 Subject: [PATCH] Homepage --- index.css | 4 ++++ index.html | 1 + 2 files changed, 5 insertions(+) diff --git a/index.css b/index.css index ebca7cc..6793675 100644 --- a/index.css +++ b/index.css @@ -12,6 +12,9 @@ column-width: 400px; -webkit-column-width: 400px; -moz-column-width: 400px; + margin-left: 20%; + padding: 5em; + width: max(500px, 50%); } section { width: 380px; @@ -34,6 +37,7 @@ body > .quote { -webkit-column-span: all; -moz-column-span: all; margin-bottom: 10px; + margin-top: 4em; } body > .nav { diff --git a/index.html b/index.html index 6650f57..e56d77d 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + za3k

personal

-- 2.47.3