From e323b04bb21fe312de9758092a7a02f00ac985f6 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 20 Sep 2022 07:44:04 +1000 Subject: [PATCH] Make frontpage container rules more specific --- website/src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 52982a9d8..a0d87d212 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -46,7 +46,7 @@ html[data-theme="light"] .button--secondary { } -.container { +.hero .container { display: flex; flex-direction: row-reverse; flex-wrap: wrap;