diff options
-rw-r--r-- | stylus/archwiki_wide.css | 2 | ||||
-rw-r--r-- | stylus/voiddocs_wide.css | 8 |
2 files changed, 10 insertions, 0 deletions
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; +} +} |