From 02ac2294c139082fd70115261740bff314994928 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 12 Sep 2022 01:00:20 +0200 Subject: [PATCH] Created the More style --- src/pages/More/styles.sass | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/pages/More/styles.sass diff --git a/src/pages/More/styles.sass b/src/pages/More/styles.sass new file mode 100644 index 0000000..0e76227 --- /dev/null +++ b/src/pages/More/styles.sass @@ -0,0 +1,6 @@ +@import "@/common/styles/colors" + +.more-wrapper + margin-top: 3% + margin-left: 20% + margin-right: 20% \ No newline at end of file