Plus d'informations, stats #28

This commit is contained in:
Colin Maudry
2025-09-27 20:49:15 +02:00
parent b88d1c9f93
commit 2fe92d8a14
3 changed files with 155 additions and 22 deletions
+24 -3
View File
@@ -76,6 +76,7 @@ td[data-dash-column="objet"] {
}
.marches_table .cell-table tr:nth-child(even) td {
background-color: #feeeee;
font-family: sans-serif;
}
#header > *,
@@ -117,14 +118,34 @@ h3 {
display: grid;
grid-gap: 10px;
margin-bottom: 50px;
justify-content: space-between;
}
.org_title {
grid-column: 1 / 3;
grid-row: 1;
}
.org_year {
grid-column: 3;
grid-row: 1;
}
.org_infos {
grid-column: 1;
grid-row: 1;
grid-row: 2;
}
.org_infos > p {
margin: 8px 0;
}
.org_stats {
grid-column: 2;
grid-row: 2;
}
.org_map {
grid-column: 2;
grid-row: 1;
grid-column: 3;
grid-row: 2;
}