diff --git a/pages/litterall.html b/pages/litterall.html index fe113c0..1129b5e 100644 --- a/pages/litterall.html +++ b/pages/litterall.html @@ -36,20 +36,25 @@ .gallery { display: flex; flex-wrap: wrap; - /* - justify-content: flex-start; - - width: 90%; - display: grid; - grid-template-columns: repeat(auto-fill, minmax(120px, max-content)); - grid-gap: 2px; - justify-content: center; - padding: initial; - */ } - .gallery > * { - margin: 3px 6px 3px 0px; + .gallery .card { + display: flex; + flex-direction: column; + flex-wrap: wrap; flex: 1; + justify-content: space-between; + margin: 3px 6px 3px 0px; + border: 1px solid lightgrey; + } + .gallery .card > * { + margin: 5px; + } + .gallery .card img { + max-height: 200px; + border: 1px solid lightgrey; + } + .gallery .card p { + display: none; } .gallery::after { content: ""; @@ -64,10 +69,6 @@ width: 240px; max-width: 98vw; } - #tous_numeros img { - max-height: 200px; - border: 1px solid lightgrey; - } @@ -92,31 +93,98 @@ revue litterall