From 427ead363dbde4732bc8d22e75859f71fe59e981 Mon Sep 17 00:00:00 2001 From: Meylis Gazakow Date: Wed, 11 May 2022 13:31:29 +0300 Subject: [PATCH] sliders linked --- shablon/css/main.css | 7 +++++++ shablon/index.html | 32 ++++++++++++++++---------------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/shablon/css/main.css b/shablon/css/main.css index 3db2965e5..df01b5f70 100644 --- a/shablon/css/main.css +++ b/shablon/css/main.css @@ -1696,6 +1696,7 @@ li { height: 540px; position: relative; display: block !important; + display: block; } /* .slider_item-img::before { @@ -1748,6 +1749,7 @@ li { font-size: 18px; font-weight: 700; line-height: 1.4; + color: #fff; /* margin-bottom: 20px; */ text-overflow: ellipsis; @@ -1758,6 +1760,10 @@ li { text-overflow: ellipsis; } +.slider_title:hover { + text-decoration: underline; +} + .slider_text { font-size: var(--text-20); font-weight: 400; @@ -1794,6 +1800,7 @@ li { width: 100%; width: 380px !important; height: 540px; + display: block; /* height: auto; */ /* max-height: 480px; */ } diff --git a/shablon/index.html b/shablon/index.html index 5c3efcdcd..354898be9 100644 --- a/shablon/index.html +++ b/shablon/index.html @@ -3363,9 +3363,9 @@