diff options
author | terminaldweller <thabogre@gmail.com> | 2023-03-10 10:53:48 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-03-10 10:53:48 +0000 |
commit | e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8 (patch) | |
tree | d4c7a67e38e4fa2e3a3aba26df1d82e97f1d319d /stylus | |
parent | update (diff) | |
download | scripts-e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8.tar.gz scripts-e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | stylus/github_wide.css | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/stylus/github_wide.css b/stylus/github_wide.css index 8f3cb2d..3881654 100644 --- a/stylus/github_wide.css +++ b/stylus/github_wide.css @@ -1,21 +1,24 @@ -@-moz-document domain("github.com") { - div.clearfix:nth-child(4) { - max-width: 97%; - width: 97%; - } +div.clearfix:nth-child(4) { + max-width: 97%; + width: 97%; +} - .markdown-body { - max-width: 97%; - width: 97%; - } +.markdown-body { + max-width: 97%; + width: 97%; +} - div.clearfix:nth-child(2) { - 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%; +} - div.container-xl:nth-child(2) { - max-width: 97%; - width: 97%; - } +.clearfix { + max-width: 97%; + width: 97%; } |