10 lines
175 B
SCSS
10 lines
175 B
SCSS
|
.embed__wrapper {
|
||
|
height: 100vh;
|
||
|
width: 100vw;
|
||
|
position: relative;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|