diff --git a/_static/css/custom.css b/_static/css/custom.css index 22957e5ab52b61f3c3a16cefd06d2d62ef144fde..6e85bb1eb849a30843ca0fb523c99c45eed1d739 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