2021-07-31

This commit is contained in:
GitHub Action
2021-07-31 19:34:59 +00:00
parent 10d83be49c
commit b324396b17
8 changed files with 72 additions and 66 deletions

View File

@@ -85,8 +85,8 @@ pre {
.article__header-img > a > img {
height: var(--height-img);
object-position: center;
object-fit: contain;
object-position: top;
object-fit: cover;
}
.article__random-background {
height: 100%;

View File

@@ -4,4 +4,10 @@
.subtitle {
font-size: 1rem;
}
.article__header-img > a > img {
height: initial;
object-position: initial;
object-fit: initial;
}