From 21ec90b7a8b4f833a3e57375896799b475b67f59 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 15 Mar 2022 14:55:29 +0330 Subject: update --- stylus/archwiki_wide.css | 2 ++ stylus/voiddocs_wide.css | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 stylus/voiddocs_wide.css (limited to 'stylus') diff --git a/stylus/archwiki_wide.css b/stylus/archwiki_wide.css index 1473864..e6e947a 100644 --- a/stylus/archwiki_wide.css +++ b/stylus/archwiki_wide.css @@ -55,3 +55,5 @@ div { width: 90%; max-width: 100%; } + +} diff --git a/stylus/voiddocs_wide.css b/stylus/voiddocs_wide.css new file mode 100644 index 0000000..b5db32d --- /dev/null +++ b/stylus/voiddocs_wide.css @@ -0,0 +1,8 @@ +@-moz-document domain("docs.voidlinux.org") { + +search-wrapper, #page-wrapper main { + width: 100%; + max-width: 90%; + margin: 0 auto; +} +} -- cgit v1.2.3