From e4b1ae7c5bc57388f2a00468b9427f0897c6f6e0 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Sat, 3 Apr 2021 15:51:46 +0300 Subject: [PATCH] fix prod --- parts/quests/quests-header.php | 3 +++ style.css | 42 ++++++++++++++++++++++++++++++++++ templates/single-quest.php | 3 +-- 3 files changed, 46 insertions(+), 2 deletions(-) diff --git a/parts/quests/quests-header.php b/parts/quests/quests-header.php index e0d1b01..4a67f24 100644 --- a/parts/quests/quests-header.php +++ b/parts/quests/quests-header.php @@ -2,4 +2,7 @@

+ + + \ No newline at end of file diff --git a/style.css b/style.css index e69de29..5bdb01c 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,42 @@ +.main .slider-mobile { + display:none; +} + +@media screen and (max-width: 576px){ + .main .slider-mobile { + display:block; + } + .main .slider-desktop{ + display:none; + } + + .packages-item { + padding: 25px 23px !important; + } + + .places .places-description { + font-size: 16px!important; + } +} + +.places .places-description { + font-size: 24px; + letter-spacing: .5px; + text-align: center; + color: #1e212b; + max-width: 940px; + margin: 20px auto; + margin-bottom: 0; +} + +.places .places-description + div { + margin-top: 15px; +} + +button.btn.holiday-header-btn { + padding: 5px 10px !important; + font-size: 15px !important; + z-index: 2 !important; + margin-top: 10px !important; + text-transform: none; +} \ No newline at end of file diff --git a/templates/single-quest.php b/templates/single-quest.php index 9b044be..0728c2f 100644 --- a/templates/single-quest.php +++ b/templates/single-quest.php @@ -7,8 +7,7 @@ + get_template_part('parts/quests/single/description'); ?>