From 56cd3f46ab42e14eeec6a3d1272dd365581bed7f Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 25 Aug 2023 19:57:58 +0500 Subject: [PATCH] align footer logo to right on mobile --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 3d3b0f2..c403e91 100644 --- a/style.css +++ b/style.css @@ -136,6 +136,11 @@ html, body { #our-values.values-list { margin-block: 75px } + + .wp-site-blocks footer .autonomic-logo { + float: left; + margin-inline-start: 0; + } } @media screen and (min-width: 600px){