Преглед изворни кода

Added style for page navigation links(above the footer)

Vallabh пре 3 година
родитељ
комит
38c4a07d3e
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      assets/stylesheets/pages/_sphinx.scss

+ 5 - 0
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;
 }