From dd85cb327e84d1211f1ff6b1b606f3f2989389e7 Mon Sep 17 00:00:00 2001 From: oxeo0 Date: Thu, 8 May 2025 14:28:18 +0200 Subject: [PATCH] make entire body wider --- docs/opsec | 2 +- docs/stylesheets/extra.css | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/opsec b/docs/opsec index abc95a5..fc024d7 160000 --- a/docs/opsec +++ b/docs/opsec @@ -1 +1 @@ -Subproject commit abc95a51393f8462c59bbea64eed5aa230ef4979 +Subproject commit fc024d7d8a9974a57baa782eedd500b2d0b80444 diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index eef7d7b..c339b6f 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -4,4 +4,21 @@ --md-primary-fg-color--dark: #639; } +@media only screen and (min-width: 76.25em) { + .md-main__inner { + max-width: none; + } + .md-sidebar--primary { + left: 0; + } + .md-sidebar--secondary { + right: 0; + margin-left: 0; + -webkit-transform: none; + transform: none; + } +} +img { + max-height: 800px; +}