This commit is contained in:
= 2021-05-18 13:07:49 +05:00
parent ae52501ae9
commit 8c31dce744
2 changed files with 10 additions and 2 deletions

View File

@ -46,7 +46,11 @@
}
}
}
.hero {
&__inner {
overflow: hidden;
}
}
.marquee div {
display: block;
width: 400%;

View File

@ -1216,6 +1216,10 @@ li {
content: "";
}
.hero__inner {
overflow: hidden;
}
.marquee div {
display: block;
width: 400%;