2019-12-30 20:54:53 +01:00
|
|
|
.embed__wrapper {
|
|
|
|
height: 100vh;
|
|
|
|
width: 100vw;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
2020-01-29 21:21:03 +01:00
|
|
|
background-color: var(--color-black);
|
2019-12-30 20:54:53 +01:00
|
|
|
}
|