b3ta.com links
You are not logged in. Login or Signup
Home » links » Link 1602875 | Random (Thread)

This is a normal post Try something like this in your css.
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)
This is a normal post Or just use CSS grid, which will sort all that out
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)
This is a normal post Alright Ray Winstone

(, Wed 12 Apr 2023, 18:39, Reply)
This is a normal post I will never regret leaving UI dev
fuck CSS
(, Thu 13 Apr 2023, 18:34, Reply)