diff --git a/src/web/static/css/wallpaper.css b/src/web/static/css/wallpaper.css index 39ec34f..4979169 100644 --- a/src/web/static/css/wallpaper.css +++ b/src/web/static/css/wallpaper.css @@ -94,7 +94,7 @@ img { .wallpaper-img { height: 100%; - border-radius: 8px; + border-radius: 16px; display: flex; object-fit: cover; } @@ -131,7 +131,7 @@ img { @media (min-width: 1200px) { .wallpaper-img { width: 30%; - border-radius: 8px; + border-radius: 16px; float: left; }