fix visuel homepage

This commit is contained in:
Antoine Ordonneau
2026-01-05 12:09:01 +01:00
parent 68d2db0ed3
commit 1936151267
3 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -137,7 +137,7 @@
.glassCard {
width: 45%;
max-height: 475px;
max-height: 450px;
margin: 16px 0px 16px 0px;
padding: 10px 20px 10px 20px;
height: fit-content;
@@ -163,6 +163,7 @@
width: 100%;
margin-top: 16px;
margin-bottom: 16px;
max-height: 450px;
}
.calendarContainer {
+3 -2
View File
@@ -1,6 +1,6 @@
.glassCard {
width: 45%;
max-height: 475px;
max-height: 450px;
margin: 16px 0px 16px 0px;
padding: 10px 20px 10px 20px;
height: fit-content;
@@ -45,6 +45,7 @@
}
h2{
font-size: 30px;
display: flex;
justify-content: center;
}
@@ -65,9 +66,9 @@ h2{
@media (max-width: 768px) {
.glassCard {
width: 100%;
margin: 0px;
margin-top: 16px;
margin-bottom: 16px;
max-height: 450px;
display: flex;
flex-direction: column;
}
+2 -1
View File
@@ -1,7 +1,8 @@
.allContent{
display: flex;
flex-direction: row;
gap: 7%;
justify-content: center;
gap: 80px;
}
@media (max-width: 768px) {