From b67edaa9aca1c6aaf8e9e13dcdcc360c620dcd7f Mon Sep 17 00:00:00 2001 From: Vladimir Kharlampidi Date: Mon, 5 Feb 2024 12:12:42 +0300 Subject: [PATCH] Update index.html --- playground/core/index.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/playground/core/index.html b/playground/core/index.html index 61424021b..2aea4784a 100644 --- a/playground/core/index.html +++ b/playground/core/index.html @@ -30,17 +30,10 @@ text-align: center; font-size: 18px; background: #fff; - display: flex; + display: flex !important; justify-content: center; align-items: center; } - - .swiper-slide img { - display: block; - width: 100%; - height: 100%; - object-fit: cover; - }