margin: 0;
font-size: 0;
position: relative;
+
+ img {
+ width: 270px;
+ }
}
a {
justify-content: center;
text-align: center;
padding: 12px 22px 14px 28px;
- background: $green;
+ background: $color-yellow;
border-radius: 5px;
transition: all $ease-dynamic 350ms;
&:hover {
- background: $color-yellow;
+ background: $green;
}
}
}