Skip to content

Commit

Permalink
feat: use the compact page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Mar 6, 2024
1 parent 622ab57 commit 50ea104
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
12 changes: 0 additions & 12 deletions sources/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
/* Hide the left navbar. */
aside#lside,
aside .lside-overlay,
button[aria-controls="lside"] {
display: none;
}

/* Give more width to the main container. */
main.sy-main {
width: 100%;
}

/* Home page title. */
section#base-de-connaissances-du-luma h1 {
text-align: center;
Expand Down
1 change: 1 addition & 0 deletions sources/blockchain/snippets/node-ethereum-locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Setup:
python -m pip install eth-account
"""

import sys
from binascii import b2a_hex
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
html_logo = "_static/logo.svg"
html_theme_options = {
"accent_color": "iris",
"page_layout": "compact",
"twitter_creator": "__tiger222__",
"twitter_site": "__tiger222__",
"twitter_url": "https://twitter.com/__tiger222__",
Expand Down

0 comments on commit 50ea104

Please sign in to comment.