This commit is contained in:
= 2021-05-24 15:02:03 +05:00
parent 4a82b4890f
commit 4954640fe2
2 changed files with 14 additions and 2 deletions

View File

@ -6,11 +6,17 @@
margin: 10px 0;
overflow: hidden;
position: relative;
height: 40px;
height: 50px;
background: #00822c;
&__item {
&.slick-slide {
padding: 0;
}
margin: 0 50px;
a {
display: flex;
align-items: center;
height: 50px;
color: #fff;
font-size: 16px;
line-height: 20px;

View File

@ -1187,7 +1187,7 @@ li {
margin: 10px 0;
overflow: hidden;
position: relative;
height: 40px;
height: 50px;
background: #00822c;
}
.marquee__outer {
@ -1196,7 +1196,13 @@ li {
.marquee__item {
margin: 0 50px;
}
.marquee__item.slick-slide {
padding: 0;
}
.marquee__item a {
display: flex;
align-items: center;
height: 50px;
color: #fff;
font-size: 16px;
line-height: 20px;