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