diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-05 07:43:39 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-05 07:43:39 +0000 |
commit | 1e964764e8ba025c9a22259df96a98732577f9f4 (patch) | |
tree | 8c71f2c1afbf9497847e171f46b5bd26c40aef8e /stylus | |
parent | update (diff) | |
download | scripts-1e964764e8ba025c9a22259df96a98732577f9f4.tar.gz scripts-1e964764e8ba025c9a22259df96a98732577f9f4.zip |
updates
Diffstat (limited to 'stylus')
-rw-r--r-- | stylus/godocs_wide.css | 6 |
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%; + } +} |