From bf087e092cc60defb307f4625333c97327283cc3 Mon Sep 17 00:00:00 2001 From: hellekin Date: Fri, 22 Jan 2021 06:00:40 +0100 Subject: Move map to top --- app/assets/stylesheets/application/_map.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/stylesheets/application/_map.scss') diff --git a/app/assets/stylesheets/application/_map.scss b/app/assets/stylesheets/application/_map.scss index e474843..ba86dd4 100644 --- a/app/assets/stylesheets/application/_map.scss +++ b/app/assets/stylesheets/application/_map.scss @@ -12,7 +12,7 @@ position: fixed; height: 100%; width: 100%; - top: 4rem; + top: 0; left: 0; right: 0; bottom: 0; -- cgit v1.2.3