From acdde303b41ed742681d2fde96507940e1c4dc87 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 4 May 2024 18:10:31 -0400 Subject: Add next and previous buttons --- css/website.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/website.css b/css/website.css index 3492ed2..6f9360d 100644 --- a/css/website.css +++ b/css/website.css @@ -178,11 +178,11 @@ body { flex-direction: column; } -#nextback { +#nextprev { padding-top: 20px; } -#nextback #next, #nextback #back{ +#nextprev #next, #nextprev #prev{ max-width: 40%; overflow:hidden; } -- cgit v1.2.3