aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/geeks_for_geeks.css
blob: a099d40903e262d787a512d4e51f66995b704e1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@-moz-document domain("www.geeksforgeeks.org") {
  #whatsNewCardContainer {
    display: none;
    max-width: 0%;
    width: 0%;
  }

  .article--viewer {
    max-width: 130%;
    width: 130%;
  }
}