jl-frontend/css/body.css

11 lines
200 B
CSS
Raw Normal View History

2023-03-15 13:20:17 +00:00
body {
margin: 0; /* Remove body margins */
}
.page-container {
padding-top: 75.5px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
}