fin de homepage (800 essais)

This commit is contained in:
Antoine Ordonneau
2026-01-05 11:01:42 +01:00
parent add476f097
commit 3fc095b3eb
4 changed files with 25 additions and 7 deletions
+7 -3
View File
@@ -1,6 +1,5 @@
.calendarContainer {
padding: 20px;
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
@@ -120,7 +119,7 @@
}
.eventBox ul {
list-style-type: disc;
list-style: none;
}
.eventGroup{
@@ -162,9 +161,14 @@
@media (max-width: 768px) {
.glassCard {
width: 100%;
margin: 0px;
margin-top: 16px;
margin-bottom: 16px;
}
.calendarContainer {
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
}
}
-2
View File
@@ -18,7 +18,6 @@ function eventList() {
return (
<div className={styles.glassCard}>
<div className={styles.eventListContainer}>
<h2>Liste des événements à venir</h2>
{sortedEvents.length > 0 ? (
<ul className={styles.eventList}>
@@ -38,7 +37,6 @@ function eventList() {
) : (
<p>Aucun événement planifié pour l'instant.</p>
)}
</div>
</div>
);
+12 -2
View File
@@ -49,8 +49,17 @@ h2{
justify-content: center;
}
.eventListContainer{
width: 100%;
.eventGroup{
margin: 16px 0px 16px 0px;
padding: 10px 20px 10px 20px;
border-radius: 20px;
border: none;
background: transparent;
box-shadow:
inset 1.25px 1.25px 1px rgba(255, 255, 255, 1),
inset -1.25px -1.25px 1px rgba(255, 255, 255, 1),
inset -0.25px 0.25px 1px rgba(0, 0, 0, 0.2),
inset 0.25px -0.25px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
@@ -60,5 +69,6 @@ h2{
margin-top: 16px;
margin-bottom: 16px;
display: flex;
flex-direction: column;
}
}
+6
View File
@@ -1,3 +1,9 @@
.allContent{
display: flex;
justify-content: center;
gap:80px;
}
@media (max-width: 768px) {
.allContent{
display: flex;