frontpage/styles/Home.module.css

7 lines
114 B
CSS
Raw Normal View History

2021-12-16 01:03:54 +01:00
.container {
display: flex;
flex-direction: column;
height: 100vh;
margin: 0;
padding: 10px;
}