mobile kawiarnia section
This commit is contained in:
parent
b1855ad1d0
commit
5a97ed3378
1 changed files with 17 additions and 0 deletions
17
css/home.css
17
css/home.css
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue