realtor-lp-frontend/css/pages/main_page.css

7 lines
140 B
CSS
Raw Permalink Normal View History

2023-05-10 18:28:08 +00:00
.main-page-container {
display: flex;
flex-direction: column;
2023-05-10 21:01:19 +00:00
justify-content: start;
2023-05-10 18:28:08 +00:00
align-items: start;
width: 100%;
}