styling (WIP)

This commit is contained in:
Settel 2021-11-09 21:52:10 +01:00
parent b7aa3f2f73
commit a956f8e2f2

View File

@ -35,7 +35,7 @@ export default {
color: #ffffff; color: #ffffff;
&__backdrop { &__backdrop {
position: absolute; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
width: 100%; width: 100%;
@ -75,7 +75,6 @@ export default {
&__quote { &__quote {
align-self: center; align-self: center;
margin: 0 48px;
max-width: 400px; max-width: 400px;
} }