fix visuel homepage
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
.allContent{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 7%;
|
||||
justify-content: center;
|
||||
gap: 80px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
Reference in New Issue
Block a user