Skip to content

Commit

Permalink
gridview aligned (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyabaid16 authored and icarito committed Apr 7, 2019
1 parent ef157c9 commit f61168e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/assets/stylesheets/maps.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,20 @@ html, body {
.map-list .map img {
max-height:300px;
}

.map-list .map h3 {
overflow:hidden;
}

.map-list .map {
clear:none;
display: inline-block
}

.map-list div:nth-child(4n+1){
clear:left;
}

code {
padding: 3px 5px;
color: #d14;
Expand Down

0 comments on commit f61168e

Please sign in to comment.