From fb3f347f2fe3c1c56ef965be9ffdbad5f6196c9f Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 2 Oct 2020 14:51:53 +0800 Subject: [PATCH] fix style error --- app/assets/stylesheets/space-frontend.scss | 1 + app/assets/stylesheets/spaces.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/app/assets/stylesheets/space-frontend.scss b/app/assets/stylesheets/space-frontend.scss index cfe2d99..a4144eb 100644 --- a/app/assets/stylesheets/space-frontend.scss +++ b/app/assets/stylesheets/space-frontend.scss @@ -12,6 +12,7 @@ } .fa.fa-map-marker{ font-size: 8vw; + position: relative; } .anchor{ position: absolute; diff --git a/app/assets/stylesheets/spaces.scss b/app/assets/stylesheets/spaces.scss index 2648882..0528fc6 100644 --- a/app/assets/stylesheets/spaces.scss +++ b/app/assets/stylesheets/spaces.scss @@ -506,4 +506,8 @@ ul#layout-canvas { padding: 0.2em; float: right; cursor: pointer; +} +.fa.fa-map-marker{ + font-size: 8vw; + position: relative; } \ No newline at end of file