fix rays on mobile view

This commit is contained in:
KVAZAR 2022-04-28 15:05:06 +03:00 committed by GitHub
parent 58815af72d
commit 7ffa8d0e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,19 +95,21 @@ img:hover {
}
.b-g::before {
content: "";
background-image: linear-gradient(to left, #9B94BF, #18102d);
height: 1px;
width: 360px;
display: inline-block;
content: "";
background-image: linear-gradient(to left, #9B94BF, #18102d);
height: 1px;
width: 50%;
max-width: 360px;
display: inline-block;
}
.b-g::after {
content: "";
background-image: linear-gradient(to right, #9B94BF, #18102d);
height: 1px;
width: 360px;
display: inline-block;
content: "";
background-image: linear-gradient(to right, #9B94BF, #18102d);
height: 1px;
width: 50%;
max-width: 360px;
display: inline-block;
}
.br-50 {