mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-08-26 14:32:00 +00:00
fix rays on mobile view
This commit is contained in:
parent
58815af72d
commit
7ffa8d0e40
@ -98,7 +98,8 @@ img:hover {
|
|||||||
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%;
|
||||||
|
max-width: 360px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -106,7 +107,8 @@ img:hover {
|
|||||||
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%;
|
||||||
|
max-width: 360px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user