Skip to content

Commit

Permalink
[#2512] Fix thumbnail for a better responsive render
Browse files Browse the repository at this point in the history
  • Loading branch information
metzgegu committed Nov 28, 2019
1 parent ac93d6a commit d323832
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend_app_gallery/src/css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
background-color #7d4e24
&__item__preview__content__image
height 150px
width 150px
margin 16px auto 0 auto
margin 16px 10px
display flex
align-items center
cursor pointer
Expand All @@ -18,8 +17,6 @@
border none
&:hover
box-shadow 0 0 16px 4px rgba(0,0,0,0.3)
.slick-active &__item__preview__content__image img, .slick-active &__item__preview__content__image img:hover
box-shadow none
&__item__preview
&__content
display: block
Expand Down

0 comments on commit d323832

Please sign in to comment.