From c7bbf1fe978299d893b5edda699b78664a974af5 Mon Sep 17 00:00:00 2001 From: TitanElectrons Date: Thu, 3 Aug 2023 00:55:27 -0500 Subject: [PATCH] Moving homepage away from FontAwesome --- index.html | 31 +++++++++++++++---------------- style.css | 6 ++++++ 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 6027fd4..aecedd3 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,6 @@ -
@@ -19,31 +18,31 @@

Useful Pages

Latest Posts

Interesting Stuff

diff --git a/style.css b/style.css index f0aefc1..a21492a 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,12 @@ figcaption{ margin-left:8vw } +svg { + margin-right:2%; + margin-top:2%; + margin-bottom:-0.75%; +} + .pane{ margin-left:1vw; }