Remove top margins from close buttons

This commit is contained in:
Anton Khorev 2022-09-02 17:00:01 +03:00
parent 139ccef2dd
commit fb75f447d7
4 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,6 @@
<h2><%= title %></h2>
</div>
<div>
<a class="geolink d-block btn-close mt-1" href="<%= root_path %>"></a>
<a class="geolink d-block btn-close" href="<%= root_path %>"></a>
</div>
</div>