From 1b10b4c95982b158f25e58f903fa0950b04b2772 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 3 Dec 2018 19:09:12 +0200 Subject: [PATCH] Fix typo in scss --- src/components/PageSection/PageSection.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PageSection/PageSection.scss b/src/components/PageSection/PageSection.scss index c927b41..2d5e9e7 100644 --- a/src/components/PageSection/PageSection.scss +++ b/src/components/PageSection/PageSection.scss @@ -7,7 +7,7 @@ justify-content: space-between; position: relative; - .padded { + &.padded { padding: 2rem 1rem 3rem; }