frontpage/styles/Home.module.css
2021-12-16 01:03:54 +01:00

7 lines
114 B
CSS

.container {
display: flex;
flex-direction: column;
height: 100vh;
margin: 0;
padding: 10px;
}