From a87667de7ae00a08cde7100658a7306e51be8d1a Mon Sep 17 00:00:00 2001 From: ksv741 Date: Sat, 28 Nov 2020 14:35:43 +0300 Subject: [PATCH] fix some trouble --- parts/holiday/var.php | 4 ++-- src/sass/other.sass | 2 +- src/sass/parts/options.sass | 19 +++++++++++++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/parts/holiday/var.php b/parts/holiday/var.php index cf46c88..f855e4e 100644 --- a/parts/holiday/var.php +++ b/parts/holiday/var.php @@ -15,13 +15,13 @@
var
-
var
+
var
var
-
var
+
var
var
diff --git a/src/sass/other.sass b/src/sass/other.sass index f264683..7dff377 100644 --- a/src/sass/other.sass +++ b/src/sass/other.sass @@ -249,7 +249,7 @@ background-color: #000000 !important border: 3px solid #f2f2f2 !important .owl-stage-outer - padding: 10px 0 !important + padding: 15px 0 !important .btn-danger background-color: $main-color diff --git a/src/sass/parts/options.sass b/src/sass/parts/options.sass index 723ef42..1a38cd0 100644 --- a/src/sass/parts/options.sass +++ b/src/sass/parts/options.sass @@ -2,6 +2,25 @@ &-line max-width: 1440px margin: 0 auto + .col-lg-4 + &:nth-child(1) + order: 1 + &:nth-child(2) + order: 2 + &:nth-child(3) + order: 3 + &:nth-child(4) + order: 4 + &:nth-child(5) + order: 5 + &:nth-child(6) + order: 6 + &:nth-child(7) + order: 7 + &:nth-child(8) + order: 8 + &:nth-child(9) + order: 8 &-item display: flex flex-direction: column