fix category page
This commit is contained in:
parent
18db74998d
commit
a1d945a8ab
5 changed files with 51 additions and 69 deletions
|
|
@ -59,11 +59,15 @@ main article > div {
|
|||
transform: translateX(-1px) translateY(-1px) !important;
|
||||
}
|
||||
|
||||
.page-cover,
|
||||
article > h1 {
|
||||
padding-top: calc(50vw);
|
||||
}
|
||||
|
||||
.page-cover {
|
||||
position: relative;
|
||||
height: 100svh;
|
||||
box-sizing: border-box;
|
||||
padding-top: calc(50vw);
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -142,8 +146,11 @@ button.toggle.right::before {
|
|||
height: 100vh;
|
||||
}
|
||||
|
||||
.page-cover {
|
||||
.page-cover,
|
||||
article > h1 {
|
||||
padding-top: 15vw;
|
||||
}
|
||||
.page-cover {
|
||||
min-height: calc(22 * var(--unit--vertical));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue