From 21707fb60c8acb606e3bfc478ef38b5053cf4991 Mon Sep 17 00:00:00 2001 From: BOUNTY707 Date: Mon, 27 Jan 2025 21:42:24 +0500 Subject: [PATCH] fixed error --- banner.html | 2 +- style/index.css | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/banner.html b/banner.html index d40df9a..39cd7c8 100644 --- a/banner.html +++ b/banner.html @@ -18,7 +18,7 @@
diff --git a/style/index.css b/style/index.css index 13840aa..ea06bc2 100644 --- a/style/index.css +++ b/style/index.css @@ -68,6 +68,9 @@ button{ color: #FFF; max-width: 278px; } +.banner_block_title br{ + display: none; +} .banner_block_text { font-size: 14px; font-weight: 300; @@ -94,7 +97,7 @@ button{ transition: .3s ease all; } .banner_block_btn:hover{ - background: #f0f0f0; + background: #dedede; } .breadcrumb{ @@ -344,6 +347,10 @@ button{ .banner_block_title { max-width: 250px; } + .banner_block_text{ + line-height: 14px; + max-width: 171px; + } .authors_cards { grid-template-columns: 100%; @@ -369,6 +376,9 @@ button{ padding: 30px 30px 38px; gap: 30px; } + .banner_block_title br{ + display: block; + } .item_pagination { gap: 15px;