From 13021b0f9d944ccc89e9951347849270f9d38bf8 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Wed, 13 Nov 2024 12:04:09 +0530 Subject: [PATCH] Test full wifth layout --- _static/css/custom.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/_static/css/custom.css b/_static/css/custom.css index 22957e5a..6e85bb1e 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -1,9 +1,10 @@ -.wy-side-nav-search > a img.logo { +.wy-side-nav-search>a img.logo { width: 340px; height: 66px; } -.rst-content div.figure, .rst-content figure { +.rst-content div.figure, +.rst-content figure { text-align: center; } @@ -36,7 +37,7 @@ background-color: #25282b; } -.wy-nav-top{ +.wy-nav-top { background-color: #25282b; background-color: #25282b; } @@ -74,10 +75,19 @@ span.strike { overflow: auto; } +/* Site horizontal spacing */ .bd-main .bd-content .bd-article-container { - max-width: 100%; /* default is 60em */ + max-width: 100%; + /* default is 60em */ } +.bd-page-width { + max-width: 100%; + /* default is 88rem */ +} + +/* Figure headerlink */ + figure a.headerlink { position: static; } \ No newline at end of file -- GitLab