User:Saag/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Saag (talk | contribs)
No edit summary
Saag (talk | contribs)
No edit summary
Line 1: Line 1:
/*.tag {*/
@media screen and (max-width: 600px) {
/* position: absolute;*/
  .HeroCard2 {
/* left: 0;*/
    display: none;
/*}*/
  }
}

Revision as of 19:42, 7 September 2024

@media screen and (max-width: 600px) {
  .HeroCard2 {
    display: none;
  }
}