Andrei | fix blog featured slider styles

web_10
parent 1fa876ba0a
commit 1f2bfa9fbb
  1. 6
      wp-content/themes/cosmopet/modules/blog/components/featured-slider/assets/css/gp-style-desktop.css

@ -33,7 +33,7 @@
border-radius: 60px;
overflow: hidden;
display: flex;
align-items: flex-start;
align-items: stretch;
gap: 24px;
position: relative;
}
@ -54,7 +54,7 @@
width: 395px;
border-radius: 60px;
overflow: hidden;
height: 393px;
height: auto;
flex-shrink: 0;
}
.home-card__img:hover img{
@ -69,7 +69,7 @@
}
.home-card__content {
padding: 32px 79px 0 0;
padding: 32px 79px 100px 0;
}
.home-card__content-title {

Loading…
Cancel
Save