MediaWiki:Common.css: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.wechat-qr {
.wechat-qr {
   text-align: center;
   text-align: left;
   margin: 1.5em 0;
   margin: 1.5em 0;
}
}


.wechat-qr img {
.wechat-qr img {
   max-width: 150px;
   max-width: 90px;
   height: auto;
   height: auto;
}
}

Revision as of 16:02, 26 December 2025

.wechat-qr {
  text-align: left;
  margin: 1.5em 0;
}

.wechat-qr img {
  max-width: 90px;
  height: auto;
}

.wechat-qr .caption {
  font-size: 0.95em;
  color: #555;
  margin-top: 0.4em;
}