header style
This commit is contained in:
parent
f04e9a66fb
commit
0fed6cfd12
30 changed files with 125 additions and 694 deletions
|
|
@ -26,16 +26,9 @@ button.toggle.right.open::before {
|
|||
}
|
||||
|
||||
#tabs {
|
||||
--mg: 4;
|
||||
position: relative;
|
||||
margin-top: calc(0px - (2 * var(--unit--vertical)));
|
||||
margin-bottom: calc((var(--mg) / 2) * var(--unit--vertical));
|
||||
}
|
||||
#tabs.safari {
|
||||
margin-top: calc(-60px - (3 * var(--unit--vertical)));
|
||||
}
|
||||
#home #tabs {
|
||||
margin-top: calc(0px - (6 * var(--unit--vertical)));
|
||||
margin-top: -30svh;
|
||||
margin-bottom: 30svh;
|
||||
}
|
||||
|
||||
.active-tab {
|
||||
|
|
@ -46,7 +39,7 @@ button.toggle.right.open::before {
|
|||
}
|
||||
|
||||
.page-cover.open .active-tab {
|
||||
height: calc(100vh - 7.5 * var(--unit--vertical));
|
||||
height: calc(100svh - 7.5 * var(--unit--vertical));
|
||||
}
|
||||
|
||||
.texts__year.short .year__edito {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue