8 lines
136 B
CSS
8 lines
136 B
CSS
.guestAuthPage {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
} |