This commit is contained in:
Fede Álvarez 2022-07-07 12:52:27 +02:00
parent f3b5a933c8
commit 091187a54d
2 changed files with 6 additions and 5 deletions

View File

@ -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;

View File

@ -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);
}
}