10 lines
215 B
SCSS
10 lines
215 B
SCSS
.embed__wrapper {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: var(--color-black);
|
|
}
|