aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/godocs_wide.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylus/godocs_wide.css')
-rw-r--r--stylus/godocs_wide.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/stylus/godocs_wide.css b/stylus/godocs_wide.css
new file mode 100644
index 0000000..509bb69
--- /dev/null
+++ b/stylus/godocs_wide.css
@@ -0,0 +1,6 @@
+@-moz-document domain("godocs.io") {
+ body > main:nth-child(2) > div:nth-child(1) {
+ width: 90%;
+ max-width: 90%;
+ }
+}