From 38c4a07d3e9173d88ba78a9ca9a64c47d33cecba Mon Sep 17 00:00:00 2001 From: Vallabh Date: Mon, 28 Nov 2022 22:15:39 +0530 Subject: [PATCH] Added style for page navigation links(above the footer) --- assets/stylesheets/pages/_sphinx.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/stylesheets/pages/_sphinx.scss b/assets/stylesheets/pages/_sphinx.scss index 64a4df6b..cb23ef69 100644 --- a/assets/stylesheets/pages/_sphinx.scss +++ b/assets/stylesheets/pages/_sphinx.scss @@ -47,6 +47,11 @@ span.descclassname, span.descname { font-family: var(--monoFont) } } +nav[aria-label="Page navigation"]{ + display: flex !important; + justify-content: space-between !important; +} + ._sphinx { @extend %sphinx; }