Mobile pass

This commit is contained in:
2024-07-20 11:46:10 +02:00
parent 9b7aa500fa
commit cd42baaebf
20 changed files with 342 additions and 8 deletions

View File

@@ -51,4 +51,14 @@
.projet-footer-container .footer-menu {
border-top: 1px solid;
}
@media only screen and (max-width: 1200px) {
.projet-description {
height: auto;
}
.projet-main-container {
display: block;
}
}