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 {
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user