mobile kawiarnia section

This commit is contained in:
bronku 2026-06-09 19:36:20 +02:00
parent b1855ad1d0
commit 5a97ed3378

View file

@ -132,6 +132,23 @@
@media (max-width: 768px) { @media (max-width: 768px) {
grid-template-columns: 1fr; grid-template-columns: 1fr;
padding: 2.5rem 1.5rem 2rem;
gap: 2rem;
}
& > :last-child {
@media (max-width: 768px) {
grid-template-columns: 1fr;
& img {
border-radius: var(--small-radius);
}
& div:first-child > img,
& div:last-child > img {
top: 0;
}
}
} }
& > :first-child { & > :first-child {