improve rendering of map in the sidebar

This commit is contained in:
Julian Herrero
2018-12-19 13:22:43 +01:00
parent 6098fb1188
commit d2b3943968
2 changed files with 1 additions and 5 deletions

View File

@@ -851,7 +851,6 @@ footer {
.categories a,
.geozone a,
.sidebar-links a,
.sidebar-map a,
.tags span {
background: #ececec;
border-radius: rem-calc(6);

View File

@@ -1,7 +1,4 @@
<div class="sidebar-divider"></div>
<br>
<ul id="sidebar-map" class="no-bullet sidebar-map">
<ul class="no-bullet sidebar-map">
<div class="map">
<%= render_map(@map_location, "budgets", false, nil, @investments_map_coordinates) %>
</div>