From 6cdc1ce95cae2f6326d6a22cb09faf37cb348fa5 Mon Sep 17 00:00:00 2001 From: Thembi Dibotelo Date: Fri, 8 Dec 2023 04:46:05 +0200 Subject: [PATCH] fix mobile order of images in feature section --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e5b1120..422af0c 100644 --- a/css/style.css +++ b/css/style.css @@ -489,11 +489,14 @@ a.btn-callout { .feature-image { width: 100%; - order: 2; align-self: center; margin: 0 auto; } +.svg-feature-image { + order: 1; +} + @media screen and (min-width: 768px) { .feature-content:nth-of-type(even) .svg-feature-image { order: 1;