From 192611980a7e872bc70b5dca13b908fd4b6b518f Mon Sep 17 00:00:00 2001 From: Jonathan Sadowski Date: Wed, 18 Nov 2020 13:39:38 -0600 Subject: [PATCH] Improve content-area padding at smaller viewports --- assets/css/twenty-twenty-one.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/twenty-twenty-one.scss b/assets/css/twenty-twenty-one.scss index 8768e632cfd..4ba36cbf47d 100644 --- a/assets/css/twenty-twenty-one.scss +++ b/assets/css/twenty-twenty-one.scss @@ -2208,6 +2208,10 @@ a.reset_variations { @media only screen and (max-width: 768px) { + .woocommerce section.content-area { + padding-top: 0; + } + #main { .woocommerce {