Skip to content

Commit

Permalink
make images on category pages rectangular (#1970)
Browse files Browse the repository at this point in the history
* make images on category pages rectangular
  • Loading branch information
Pomax committed Oct 18, 2018
1 parent 376f2a4 commit f67e70e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/sass/buyers-guide/views/category.scss
Expand Up @@ -54,7 +54,6 @@
}

.category-image-container {
padding: 32.3% 0;
margin-bottom: 20px;
box-shadow: 0 0 1px 1px #e1e1e1;
overflow: hidden;
Expand All @@ -63,7 +62,7 @@
img {
display: block;
width: 100%;
transform: scale(3);
height: auto;
}

.category-item-label {
Expand Down

0 comments on commit f67e70e

Please sign in to comment.