aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/github_wide.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylus/github_wide.css')
-rw-r--r--stylus/github_wide.css21
1 files changed, 21 insertions, 0 deletions
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%;
+ }
+}