inurbe/public/style/index.css
Adrian Amaglio e7afd343ae mouved
2023-10-09 18:56:46 +02:00

22 lines
308 B
CSS
Executable File

#parcours {
display: flex;
justify-content: center;
margin: 0 -5px;
}
.parcour {
display: flex;
flex-direction: column;
align-items: center;
width: 33%;
margin: 0 20px;
text-align: center;
max-width: 230px;
}
@media (max-width: 600px) {
.parcour{
width: calc(33% - 10px);
margin: 0 5px;
}
}