From 98aeabec6aea001d2df1ce5f9b2d702dda4b2789 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Mon, 6 Feb 2023 15:33:20 -0500 Subject: [PATCH] Center site layout Signed-off-by: Fanit Kolchina --- _sass/custom/custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 94ee9155253..1a433d52999 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -546,6 +546,7 @@ main { align-content: stretch; height: 100%; position: relative; + justify-content: center; @include mq(md) { padding-top: calc(4rem + 9px);