remax-frontend-rs/css/body.css

12 lines
201 B
CSS
Raw Normal View History

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