refactor: resource attribution
This commit is contained in:
parent
1a61aeade0
commit
24bfa733ba
12 changed files with 169 additions and 99 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue