Skip to content

Commit

Permalink
Featured Mappers Mobile Responsive fix
Browse files Browse the repository at this point in the history
  • Loading branch information
divyabaid16 committed Jul 4, 2019
1 parent 358142a commit cf8a5c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/front_ui/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
overflow: scroll;
position: absolute;
}
@media(max-width: 780px) {
.before-featured-map {
margin-bottom: 50px;
}
}
</style>

<!-- jumbotron with background-image -->
Expand Down Expand Up @@ -64,7 +69,7 @@
</div>
</div>

<br style="clear:both;" />
<br class="before-featured-map" style="clear:both;" />

<% if @mappers.any? %>
<div class="section-header text-center">
Expand Down

0 comments on commit cf8a5c1

Please sign in to comment.