Files
element-call/src/GuestAuthPage.module.css

8 lines
136 B
CSS
Raw Normal View History

2021-09-10 12:20:17 -07:00
.guestAuthPage {
position: relative;
display: flex;
flex-direction: column;
width: 100vw;
height: 100vh;
overflow: hidden;
}