From a9c94fd2106168bbafba11db149455147e6c9cc0 Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 22 Nov 2021 03:02:34 +0200 Subject: [PATCH] update banner --- _includes/cloudways.html | 4 ++-- _includes/hero.html | 6 +++--- _scss/_main.scss | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/_includes/cloudways.html b/_includes/cloudways.html index 52d5290c0..ef00b7020 100644 --- a/_includes/cloudways.html +++ b/_includes/cloudways.html @@ -1,3 +1,3 @@ - - + + cloudways diff --git a/_includes/hero.html b/_includes/hero.html index c988109d5..0ec1c4776 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -20,9 +20,9 @@

PHP Testing for
everyone_

-
- {% include cloudways.html %} -
+
+ {% include cloudways.html %} +
diff --git a/_scss/_main.scss b/_scss/_main.scss index b7e6a747d..fb19e5bee 100644 --- a/_scss/_main.scss +++ b/_scss/_main.scss @@ -1716,3 +1716,14 @@ body #footer .links { } } } + +.cloud-banner { + width: 100%; + img { + float: none !important; + top: 0 !important; + width: 100% !important; + margin-left: 0 !important; + margin-bottom: 20px; + } +} \ No newline at end of file