From cb545061e4c4207667ca898c2dc21c35477987ee Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 18 Feb 2023 21:07:42 +0330 Subject: update --- stylus/github_wide.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 stylus/github_wide.css (limited to 'stylus') diff --git a/stylus/github_wide.css b/stylus/github_wide.css new file mode 100644 index 0000000..8f3cb2d --- /dev/null +++ b/stylus/github_wide.css @@ -0,0 +1,21 @@ +@-moz-document domain("github.com") { + div.clearfix:nth-child(4) { + max-width: 97%; + width: 97%; + } + + .markdown-body { + max-width: 97%; + width: 97%; + } + + div.clearfix:nth-child(2) { + max-width: 97%; + width: 97%; + } + + div.container-xl:nth-child(2) { + max-width: 97%; + width: 97%; + } +} -- cgit v1.2.3