On change l'affichage (plus grande largeur des colonnes)

This commit is contained in:
Jean-Marie Favreau 2024-09-14 15:44:03 +02:00
parent ff4d8283fa
commit e2bc278ca9

View File

@ -273,7 +273,7 @@ footer [data-tooltip] {
.grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
min-width: 1500px;
min-width: 1900px;
article {
scroll-snap-align: start;
}