pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 754097b897329fc27dd73b8ffba9426861064b0c
parent aaa1b6c907a5d3fc5d9ddc10f51d2c7af65f6411
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  8 Jun 2024 18:58:52 +0200

feat: center content and menu

Diffstat:
Massets/style.css | 17++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/assets/style.css b/assets/style.css @@ -164,7 +164,22 @@ pre a.d:hover { } #content { - overflow-x: auto; + width: 100%; + max-width: 850px; + overflow-x: auto; + margin-left: auto; + margin-right: auto; +} + +body > table:nth-child(1) { + margin-left: auto; + margin-right: auto; +} + +pre#blob { + overflow-x: scroll; + background: var(--bg2); + border: 1px solid var(--fg2); } /* Activity bar ------------------------------------------------------------ */