fix page cover top
This commit is contained in:
parent
217dde5842
commit
455801a0d2
1 changed files with 1 additions and 5 deletions
|
|
@ -134,10 +134,6 @@ button.toggle.right::before {
|
|||
transform: translateX(-2px) translateY(-2px);
|
||||
}
|
||||
|
||||
.page-cover {
|
||||
padding-top: calc(42.5vw);
|
||||
}
|
||||
|
||||
.page-cover:not(
|
||||
[data-template="author"] .page-cover,
|
||||
[data-template="year"] .page-cover,
|
||||
|
|
@ -147,7 +143,7 @@ button.toggle.right::before {
|
|||
}
|
||||
|
||||
.page-cover {
|
||||
padding-top: calc(9 * var(--unit--vertical));
|
||||
padding-top: 15vw;
|
||||
min-height: calc(22 * var(--unit--vertical));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue