jl-frontend/css/body.css

13 lines
243 B
CSS

body {
margin: 0; /* Remove body margins */
}
.page-container {
padding-top: 75.5px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
background-color: rgb(0, 0, 0, 0.02);
}