From 2c42e9488771070d8efec5d91835cd8c7885f4b1 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sun, 27 Aug 2017 17:42:50 +0200 Subject: Restyle navbar and use across entire site --- src/pages/Home.sass | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/pages/Home.sass (limited to 'src/pages/Home.sass') diff --git a/src/pages/Home.sass b/src/pages/Home.sass new file mode 100644 index 00000000..58fbf6b2 --- /dev/null +++ b/src/pages/Home.sass @@ -0,0 +1,4 @@ +// Fix for the white space appearing otherwise on the right of the page, on mobile +.body-wrapper + overflow-x: hidden + overflow-y: hidden -- cgit v1.2.3