подправил скругление

This commit is contained in:
Данил 2024-09-19 16:55:47 +03:00
parent f4d4d47c8a
commit 1ac92fa11e

View file

@ -94,7 +94,7 @@ img {
.wallpaper-img { .wallpaper-img {
height: 100%; height: 100%;
border-radius: 8px; border-radius: 16px;
display: flex; display: flex;
object-fit: cover; object-fit: cover;
} }
@ -131,7 +131,7 @@ img {
@media (min-width: 1200px) { @media (min-width: 1200px) {
.wallpaper-img { .wallpaper-img {
width: 30%; width: 30%;
border-radius: 8px; border-radius: 16px;
float: left; float: left;
} }