We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60e8ba commit 32c4f7bCopy full SHA for 32c4f7b
1 file changed
index.html
@@ -363,9 +363,12 @@
363
364
.images-grid {
365
display: grid;
366
- grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
367
gap: 2rem;
368
margin: 2rem 0;
369
+ max-width: 1000px;
370
+ margin-left: auto;
371
+ margin-right: auto;
372
}
373
374
.image-container {
@@ -382,8 +385,10 @@
382
385
383
386
.image-container img {
384
387
width: 100%;
388
+ max-width: 800px;
389
height: auto;
390
display: block;
391
+ margin: 0 auto;
392
393
394
.image-caption {
0 commit comments