14 lines
148 B
CSS
14 lines
148 B
CSS
html,
|
|
body,
|
|
#__next {
|
|
padding: 0;
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|