mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-02-03 10:46:04 +00:00
fix rays on mobile view
This commit is contained in:
parent
58815af72d
commit
7ffa8d0e40
@ -95,19 +95,21 @@ img:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.b-g::before {
|
.b-g::before {
|
||||||
content: "";
|
content: "";
|
||||||
background-image: linear-gradient(to left, #9B94BF, #18102d);
|
background-image: linear-gradient(to left, #9B94BF, #18102d);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 360px;
|
width: 50%;
|
||||||
display: inline-block;
|
max-width: 360px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.b-g::after {
|
.b-g::after {
|
||||||
content: "";
|
content: "";
|
||||||
background-image: linear-gradient(to right, #9B94BF, #18102d);
|
background-image: linear-gradient(to right, #9B94BF, #18102d);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 360px;
|
width: 50%;
|
||||||
display: inline-block;
|
max-width: 360px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.br-50 {
|
.br-50 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user