summaryrefslogtreecommitdiff
path: root/css/website.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-05-04 18:10:31 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-05-04 18:10:31 -0400
commitacdde303b41ed742681d2fde96507940e1c4dc87 (patch)
tree6ee14dc3cf4dc75afa969581e8246e00c37d54bf /css/website.css
parent64b925be9d9817642a4f15c067b0d2ed917f0d14 (diff)
downloadgrav-sowtheme-acdde303b41ed742681d2fde96507940e1c4dc87.tar.gz
grav-sowtheme-acdde303b41ed742681d2fde96507940e1c4dc87.tar.bz2
grav-sowtheme-acdde303b41ed742681d2fde96507940e1c4dc87.zip
Add next and previous buttons
Diffstat (limited to 'css/website.css')
-rw-r--r--css/website.css4
1 files changed, 2 insertions, 2 deletions
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;
}