MediaWiki:Common.css: Difference between revisions

m
Adde img tweak.
m (Back off on so thick for links.)
m (Adde img tweak.)
Line 39: Line 39:
font-size: 18px !important;
font-size: 18px !important;
font-family: "Overpass Mono", monospace;
font-family: "Overpass Mono", monospace;
}
/* To make images responsive */
.res-img img {
max-width: 100%;
height: auto;
padding-bottom: 20px;
}
}