This commit is contained in:
Damian 2026-02-01 18:45:50 +01:00
commit 81b7baeac7
61 changed files with 281 additions and 0 deletions

View file

@ -0,0 +1,24 @@
#container {
width: 100%;
display: flex;
flex-direction: column;
}
.photo {
width: 38em;
max-width: 100%;
background-color: aliceblue;
margin-bottom: 8px;
aspect-ratio: 3/2;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.photo img {
width: 100%;
vertical-align: middle;
}