diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/application/_body.scss | 2 | ||||
-rw-r--r-- | app/assets/stylesheets/application/_map.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/application/_body.scss b/app/assets/stylesheets/application/_body.scss index 95bea4f..72d90df 100644 --- a/app/assets/stylesheets/application/_body.scss +++ b/app/assets/stylesheets/application/_body.scss @@ -65,7 +65,7 @@ body>aside { position: fixed; z-index: 1000; background-color: var(--incommon-clear85); - top: 9rem; + top: 5rem; bottom: 0; border-top-right-radius: 1rem; } 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; |