diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-21 13:43:25 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-21 13:43:25 +0000 |
commit | 9f174dea7865c9b2aa9228fc26f8dc9c4895ac74 (patch) | |
tree | de99dc91ff11cb1a243f0dc6cea1734dfa6eaf05 /stylus/geeks_for_geeks.css | |
parent | update (diff) | |
download | scripts-9f174dea7865c9b2aa9228fc26f8dc9c4895ac74.tar.gz scripts-9f174dea7865c9b2aa9228fc26f8dc9c4895ac74.zip |
update
Diffstat (limited to 'stylus/geeks_for_geeks.css')
-rw-r--r-- | stylus/geeks_for_geeks.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stylus/geeks_for_geeks.css b/stylus/geeks_for_geeks.css new file mode 100644 index 0000000..a099d40 --- /dev/null +++ b/stylus/geeks_for_geeks.css @@ -0,0 +1,12 @@ +@-moz-document domain("www.geeksforgeeks.org") { + #whatsNewCardContainer { + display: none; + max-width: 0%; + width: 0%; + } + + .article--viewer { + max-width: 130%; + width: 130%; + } +} |