docs/src/pages/StartPage/StartPage.module.css
PRavaga 1bd64ef51a
updated project structure, fixed build
Signed-off-by: PRavaga <trueravaga@gmail.com>
2023-09-05 15:04:07 +04:00

21 lines
308 B
CSS

.container {
margin: 3% 20% 3% 20%;
display: flex;
justify-content: center;
flex-direction: column;
width: 60%;
}
@media (max-width: 600px) {
.container {
margin: 3% 10% 3% 10%;
width: 80%;
}
}
@media (max-width: 460px) {
.container {
margin: 3% 5% 3% 5%;
width: 90%;
}
}