This commit is contained in:
parent
8850b16635
commit
6020ea8c5b
6 changed files with 13 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
@include hover-card-line();
|
||||
@include figure-3-1();
|
||||
@include figure-16-9();
|
||||
@include pin();
|
||||
|
||||
.title{
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
container-type: inline-size;
|
||||
container-name: opengraph;
|
||||
z-index: calc(var(--z-header) - 100);
|
||||
|
||||
.open-graph__inner{
|
||||
@include grid-content();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue