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