jl-frontend/css/body.css

23 lines
444 B
CSS

body {
margin: 0; /* Remove body margins */
background-color: rgb(250, 248, 248);
}
.page-container {
padding-top: 90px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
}
.admin-page-container {
padding-top: 40px;
padding-left: 200px;
padding-bottom: 20vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
}