marquee changes

This commit is contained in:
= 2021-05-18 13:02:53 +05:00
parent 6273469906
commit 0cf6413b94
3 changed files with 13 additions and 5 deletions

View File

@ -47,9 +47,9 @@
}
}
.marquee div {
.marquee div {
display: block;
width: 200%;
width: 400%;
height: 30px;
position: absolute;
overflow: hidden;
@ -58,7 +58,7 @@
.marquee span {
float: left;
width: 50%;
width: 25%;
font-size: 14px;
line-height: 40px;
font-weight: 400;

View File

@ -66,6 +66,11 @@
margin: 30px auto;
display: block;
}
strong {
a {
color: #4285f4;
}
}
}
}
&__footer {

View File

@ -1218,7 +1218,7 @@ li {
.marquee div {
display: block;
width: 200%;
width: 400%;
height: 30px;
position: absolute;
overflow: hidden;
@ -1227,7 +1227,7 @@ li {
.marquee span {
float: left;
width: 50%;
width: 25%;
font-size: 14px;
line-height: 40px;
font-weight: 400;
@ -1889,6 +1889,9 @@ li {
margin: 30px auto;
display: block;
}
.news__body p strong a {
color: #4285f4;
}
.news__footer {
display: flex;
align-items: center;