only top for doc

This commit is contained in:
j 2023-12-01 20:45:47 +01:00
commit 6c9f688ee7
3 changed files with 8 additions and 2 deletions

View file

@ -116,7 +116,11 @@ header {
width: 100%;
aspect-ratio: 16/9;
object-fit: cover;
object-position: top;
}
&.document {
img {
object-position: top;
}
}
}
.content {