Styles
This commit is contained in:
parent
f3b5a933c8
commit
091187a54d
@ -119,18 +119,18 @@
|
||||
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: tovw(80px, 'default', 80px);
|
||||
bottom: tovw(110px, 'default', 80px);
|
||||
left: 0;
|
||||
margin-left: 0;
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
rgb(4 4 4) 0%,
|
||||
rgb(241 241 241 / 0.5) 48.91%,
|
||||
rgb(4 4 4) 89.23%
|
||||
rgb(241 241 241 / 0.5) 48%,
|
||||
rgb(4 4 4) 95%
|
||||
);
|
||||
opacity: 0.4;
|
||||
width: 100%;
|
||||
height: tovw(960px, 'default', 750px);
|
||||
height: tovw(650px, 'default', 420px);
|
||||
content: '';
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
|
||||
@ -32,7 +32,8 @@ $img-height-mobile: 200px;
|
||||
padding-left: tovw(35px, 'default', 15px);
|
||||
|
||||
p {
|
||||
margin-left: tovw(15px, 'default', 10px);
|
||||
margin: 0 tovw(15px, 'default', 10px) tovw(18px, 'default', 10px)
|
||||
tovw(15px, 'default', 10px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user