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.css37
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%;
}