MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
#asx-top-banner img {
#asx-top-banner img {
   width: 100%;
   width: 100%;
   max-width: 480px;
   max-width: 580px;
   height: auto;
   height: auto;
   display: block;
   display: block;
}
}

Revision as of 13:24, 27 May 2025

#asx-top-banner {
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

#asx-top-banner img {
  width: 100%;
  max-width: 580px;
  height: auto;
  display: block;
}