bl-frontend-rs/css/body.css

13 lines
241 B
CSS
Raw Normal View History

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