From 1ac92fa11e669af352359260a54c0ffd555a73e2 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 19 Sep 2024 16:55:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D1=81=D0=BA=D1=80=D1=83=D0=B3=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/static/css/wallpaper.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }