header style

This commit is contained in:
isUnknown 2024-03-12 17:12:03 +01:00
parent f04e9a66fb
commit 0fed6cfd12
30 changed files with 125 additions and 694 deletions

View file

@ -4,7 +4,7 @@
top: 0;
left: 0;
box-sizing: border-box;
width: 100%;
width: 100vw;
height: calc(var(--unit--vertical) * 5);
padding: var(--unit--vertical) var(--unit--horizontal);
transition: height 0.2s ease-in-out;
@ -37,11 +37,11 @@
.page-cover {
box-sizing: border-box;
height: 100vh;
height: 100svh;
display: flex;
flex-direction: column;
justify-content: space-between;
padding-top: calc(8 * var(--unit--vertical));
padding-top: 25svh;
padding-bottom: calc(5 * var(--unit--vertical));
}