Should make that grid a bit more responsive.
.home .entry-content img {
max-width: 25%;
}
@media (max-width: 950px) {
.home .entry-content img {
max-width: 33.3333%;
}
}
(, Tue 11 Apr 2023, 23:31, Reply)
Display: grid;
Grid-template-columns: 1fr 1fr 1fr
Or similar. Excuse the shitty formatting I'm typing on my phone from a sunbed in Spain
(, Wed 12 Apr 2023, 9:21, Reply)