jl-frontend/css/body.css

14 lines
242 B
CSS

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