Reduced size of newsletter graphic #91

This commit is contained in:
Kristján Eldjárn 2022-07-23 10:26:59 -07:00
parent bad5aa2e24
commit cf5e895999

View File

@ -17,12 +17,12 @@
&--section {
background-image: url('/images/laconic_newsletter_dark.png');
background-position: 50%;
background-size: cover;
background-size: contain;
display: flex;
position: relative;
align-items: center;
justify-content: center;
height: calc(var(--vw) * 70);
height: calc(var(--vw) * 60);
&::after,
&::before {
@ -34,28 +34,6 @@
h2 {
text-shadow: 0 0 tovw(40px, 'default', 40px) rgb(255 255 255 / 0.4);
}
.video {
position: absolute;
top: 0;
left: 0;
z-index: -2;
width: 100%;
height: 100%;
pointer-events: none;
user-select: none;
}
.img {
position: absolute;
top: 35px;
left: 0;
z-index: -1;
width: 100%;
height: auto;
pointer-events: none;
user-select: none;
}
}
.form {