From b8d78cc1de10e5bf4ffee90379bc9ba359b93fd5 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 18:13:48 +0200 Subject: [PATCH] Created the Content styles.sass --- client/src/common/components/Content/styles.sass | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 client/src/common/components/Content/styles.sass diff --git a/client/src/common/components/Content/styles.sass b/client/src/common/components/Content/styles.sass new file mode 100644 index 0000000..81f3e5a --- /dev/null +++ b/client/src/common/components/Content/styles.sass @@ -0,0 +1,5 @@ +.content-wrapper + padding: 2rem 20vw 0 5rem + height: calc(100vh - 7rem) + overflow-y: scroll + overflow-x: hidden \ No newline at end of file