From 15f2b32511e9b4c0479ad03c18a69653328f36b1 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 23 Jan 2023 21:40:41 -0500 Subject: i changed a lot of shit --- public/css/home.css | 11 ----------- public/css/main.css | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'public/css') diff --git a/public/css/home.css b/public/css/home.css index f05466a..33d72c0 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -179,15 +179,4 @@ body { width: calc(100% - 20px); background-color: #f0f2f5; font-family: sfpro; -} - -#load { - width: 100%; - display: flex; - justify-content: center; - padding-bottom: 20px; -} - -#load a:hover { - border-bottom: #606770 1px solid; } \ No newline at end of file diff --git a/public/css/main.css b/public/css/main.css index a75a941..c1b4fa2 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -293,4 +293,15 @@ form { border-radius: 10px; margin-left: 10px; width: 100%; +} + +#load { + width: 100%; + display: flex; + justify-content: center; + padding-bottom: 20px; +} + +#load a:hover { + border-bottom: #606770 1px solid; } \ No newline at end of file -- cgit v1.2.3-freya