From 1e964764e8ba025c9a22259df96a98732577f9f4 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 5 Jun 2022 12:13:39 +0430 Subject: updates --- stylus/godocs_wide.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stylus/godocs_wide.css (limited to 'stylus/godocs_wide.css') 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%; + } +} -- cgit v1.2.3