Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Tag: Reverted
Line 140: Line 140:
     display: inline-block;
     display: inline-block;
     max-width: 100%;
     max-width: 100%;
     font-size: 15px; /* or scale down just a bit */
     font-size: 15px;
}
 
@media (max-width: 768px) {
  .hover-table td span {
    font-size: 13px;
  }
}
}