From eedf9241f7ec3057275cab541c4431716cb24eab Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 27 Dec 2022 15:17:02 +0100 Subject: [PATCH] Created the App.sass --- admin/src/App.sass | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 admin/src/App.sass diff --git a/admin/src/App.sass b/admin/src/App.sass new file mode 100644 index 0000000..31b762c --- /dev/null +++ b/admin/src/App.sass @@ -0,0 +1,6 @@ +* + font-family: 'Roboto', serif + +body, html + margin: 0 + height: 100vh \ No newline at end of file