From d3896a17691519c98e43db55b8a676910f0d5cad Mon Sep 17 00:00:00 2001 From: Alex Korzhikov Date: Tue, 27 Apr 2021 16:42:42 +0200 Subject: [PATCH 1/2] add top actions --- css/custom.css | 7 ++++++- css/style5.css | 2 +- index.html | 8 ++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index 142df5e..9fa37e1 100644 --- a/css/custom.css +++ b/css/custom.css @@ -6,6 +6,7 @@ padding: 1em 2em; font-size: 1.2em; } + @media screen and (max-width: 768px) { .btn.btn-primary.big-red-button { padding: .5em; @@ -87,4 +88,8 @@ html { #fh5co-services .box-testimony .author > figure img[alt~="conference"] { border-radius: 0; -} \ No newline at end of file +} + +.top-actions { + margin-top: 10px; +} diff --git a/css/style5.css b/css/style5.css index 1e15b55..06acf0a 100644 --- a/css/style5.css +++ b/css/style5.css @@ -400,7 +400,7 @@ h1, h2, h3, h4, h5, h6 { background-image: -ms-repeating-linear-gradient(top left, #c52a28 0%, #fab4b7 100%); } #fh5co-home, #fh5co-home .text-wrap { - height: 700px; + height: 750px; } #fh5co-home .text-wrap { display: table; diff --git a/index.html b/index.html index dedf681..a5d39b7 100644 --- a/index.html +++ b/index.html @@ -93,6 +93,14 @@

22-25 June, 2021 - online - free

+
+ + +
From af36401850c9ddcaf1ead794fc53050dc3ca4fdb Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetcov Date: Wed, 28 Apr 2021 18:43:00 +0200 Subject: [PATCH 2/2] adjust color of 2nd button --- css/custom.css | 9 ++++++++- index.html | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index 9fa37e1..e0fbb08 100644 --- a/css/custom.css +++ b/css/custom.css @@ -5,6 +5,13 @@ background: #f44336; padding: 1em 2em; font-size: 1.2em; + box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 46%); +} +.btn.btn-primary.big-blue-button { + background: #44bece; + padding: 1em 2em; + font-size: 1.2em; + box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 46%); } @media screen and (max-width: 768px) { @@ -91,5 +98,5 @@ html { } .top-actions { - margin-top: 10px; + margin-top: 3em; } diff --git a/index.html b/index.html index a5d39b7..1ebbb03 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,7 @@ Get A Free Ticket