diff options
author | hellekin <hellekin@cepheide.org> | 2020-11-11 22:17:53 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-11-11 22:17:53 +0100 |
commit | 067c8618fee3d4fad9095c1353d676e3bae4f651 (patch) | |
tree | ac74979bef1345906ffbc807cc0ccc64312bb599 /app/assets/stylesheets/application/_map.scss | |
parent | 979954e66a732fc1bc7b2a7f5b6d4988bcfa1cb1 (diff) | |
download | incommon-map-067c8618fee3d4fad9095c1353d676e3bae4f651.tar.gz |
Adjust Style for mobile and stimulus
Diffstat (limited to 'app/assets/stylesheets/application/_map.scss')
-rw-r--r-- | app/assets/stylesheets/application/_map.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application/_map.scss b/app/assets/stylesheets/application/_map.scss index a0e3abf..d6f66f7 100644 --- a/app/assets/stylesheets/application/_map.scss +++ b/app/assets/stylesheets/application/_map.scss @@ -6,7 +6,7 @@ position: fixed; height: 100%; width: 100%; - top: 0; + top: 4rem; left: 0; right: 0; bottom: 0; |