refactor: resource attribution

This commit is contained in:
Ben Goldsworthy 2025-05-14 17:29:46 +02:00
parent 1a61aeade0
commit 24bfa733ba
No known key found for this signature in database
12 changed files with 169 additions and 99 deletions

View file

@ -9,11 +9,18 @@ video {
display: block;
}
.picture {
.picture__wrapper {
position: relative;
margin: auto;
block-size: auto;
width: fit-content;
max-block-size: 50vh;
& .picture {
display: block;
inline-size: auto;
max-inline-size: 100%;
margin: auto;
block-size: auto;
max-block-size: 50vh;
& img {
margin: 0;
}
}
}