소스 검색

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