welcome to the dungeon
.image-block {
text-align: center;
max-width: 800px;
margin: 0 auto;
}
.images {
display: flex;
justify-content: center;
gap: 20px;
margin: 15px 0;
}
.images img {
width: 45%; /* this should keep everything symmetrical if it doesnt lmk*/
height: auto;
border-radius: 8px;
}
.caption {
font-size: 1rem;
line-height: 1.5;
color: #333;
}
NEW RELEASES