forked from templates/nextjs-template
6 lines
71 B
CSS
6 lines
71 B
CSS
|
|
.root {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
min-height: 100vh;
|
||
|
|
}
|