From 4b99720796e6ad4c9a62bf3e7ce0461fc037d975 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 4 May 2021 16:32:26 +0500 Subject: [PATCH] asdasd --- themes/modern/assets/css/components/3-page/home.scss | 7 +++---- themes/modern/assets/css/main.css | 6 ++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/themes/modern/assets/css/components/3-page/home.scss b/themes/modern/assets/css/components/3-page/home.scss index 6e805c14a..a37cbd29f 100755 --- a/themes/modern/assets/css/components/3-page/home.scss +++ b/themes/modern/assets/css/components/3-page/home.scss @@ -241,12 +241,11 @@ margin: 0 20px; .card { padding: 25px 0; - border-bottom: 1px solid #dfdfdf; + border-top: 1px solid #dfdfdf; + &:nth-child(1) { padding: 0 0 25px 0; - } - &:last-child { - border-bottom: none; + border-top: none; } } } diff --git a/themes/modern/assets/css/main.css b/themes/modern/assets/css/main.css index 5b1efbfcc..bc6a93be3 100755 --- a/themes/modern/assets/css/main.css +++ b/themes/modern/assets/css/main.css @@ -1298,13 +1298,11 @@ li { } .event__body-column .card { padding: 25px 0; - border-bottom: 1px solid #dfdfdf; + border-top: 1px solid #dfdfdf; } .event__body-column .card:nth-child(1) { padding: 0 0 25px 0; -} -.event__body-column .card:last-child { - border-bottom: none; + border-top: none; } .partner {