No edit summary Tag: Manual revert |
No edit summary |
||
| Line 9: | Line 9: | ||
height: auto; | height: auto; | ||
} | } | ||
body.page-Main_Page li#ca-talk { display: none !important; } | |||
Revision as of 00:09, 2 June 2024
/* CSS placed here will be applied to all skins */
.image-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 10px;
}
.image-grid img {
max-width: 100%;
height: auto;
}
body.page-Main_Page li#ca-talk { display: none !important; }