survey-webapp/SurveyFrontend/src/components/MainComponent/MainComponent.module.css
2025-04-08 00:33:20 +05:00

8 lines
No EOL
131 B
CSS

/*MainComponent.module.css*/
.mainPage{
width: 100%;
min-height: 85vh;
display: flex;
background-color: #F6F6F6;
}