From 4b0a9dd484b5fd03ff25b78935a297c0239ce3bf Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sun, 22 Jan 2023 22:04:26 -0500 Subject: fix endpoint, html parse, load more posts --- public/css/home.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'public/css') diff --git a/public/css/home.css b/public/css/home.css index 33d72c0..f05466a 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -179,4 +179,15 @@ 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 -- cgit v1.2.3-freya