Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the mobile site: .img-fluid { max-width: 100%; height: auto; }") |
(No difference)
|
Latest revision as of 20:54, September 17, 2021
/* All CSS here will be loaded for users of the mobile site */
.img-fluid {
max-width: 100%;
height: auto;
}