15 lines
176 B
CSS
Raw Normal View History

2024-04-29 20:53:01 +02:00
body {
margin: 0;
min-width: 320px;
min-height: 100vh;
display: flex;
flex-direction: column;
}
#root {
width: 100%;
height: 100%;
flex: 1;
display: flex;
2024-04-29 20:53:01 +02:00
}