Skip to content

Commit

Permalink
Fix issue #4117
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Mar 13, 2018
1 parent 18af799 commit 130f481
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions ckan/public/base/less/media.less
Expand Up @@ -18,25 +18,18 @@
.list-unstyled;
.clearfix;
min-height: 205px;
// margin: 0 -25px;
// padding-bottom: 15px;
padding-top: @grid-gutter-width/2;
background: lighten(@layoutBackgroundColor, 5%) url("@{bgPath}");
border: 1px solid @moduleHeadingBorderColor;
border-width: 1px 0;
}

// @media (min-width: @screen-sm-min) {
// .media-grid {
// margin-left: -27px;
// }
// }

.media-item {
position: relative;
float: left;
width: 178px;
padding: @grid-gutter-width/2;
margin: @grid-gutter-width/2 0 0 @grid-gutter-width/2;
margin: 0 0 @grid-gutter-width/2 @grid-gutter-width/2;
background-color: white;
.border-radius(3px);
span.count {
Expand Down Expand Up @@ -148,4 +141,4 @@

.wide .media-item {
width: 186px;
}
}

0 comments on commit 130f481

Please sign in to comment.