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/_user_info.scss | |
parent | 979954e66a732fc1bc7b2a7f5b6d4988bcfa1cb1 (diff) | |
download | incommon-map-067c8618fee3d4fad9095c1353d676e3bae4f651.tar.gz |
Adjust Style for mobile and stimulus
Diffstat (limited to 'app/assets/stylesheets/application/_user_info.scss')
-rw-r--r-- | app/assets/stylesheets/application/_user_info.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application/_user_info.scss b/app/assets/stylesheets/application/_user_info.scss index be3dad9..cb0d159 100644 --- a/app/assets/stylesheets/application/_user_info.scss +++ b/app/assets/stylesheets/application/_user_info.scss @@ -4,7 +4,7 @@ User Info #user_info { position: absolute; - right: 0; + right: 0.8rem; nav { top: 0; |