bottom-bar
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
Julie Blanc 2026-02-20 14:44:24 +01:00
parent 8850b16635
commit 6020ea8c5b
6 changed files with 13 additions and 6 deletions

View file

@ -2,6 +2,7 @@
position: fixed;
bottom: 0;
left: 0;
z-index: calc(var(--z-header) - 10);
height: calc(var(--header-h)*0.75);
width: 100vw;
background-color: var(--color-bg);

View file

@ -14,7 +14,7 @@
@include hover-card-line();
@include figure-3-1();
@include figure-16-9();
@include pin();
.title{

View file

@ -2,6 +2,7 @@
container-type: inline-size;
container-name: opengraph;
z-index: calc(var(--z-header) - 100);
.open-graph__inner{
@include grid-content();