ソースを参照

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;
 }