fix: z-index
This commit is contained in:
parent
fd4aab561b
commit
1954ed03fc
1 changed files with 0 additions and 2 deletions
|
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
left: 30px;
|
left: 30px;
|
||||||
}
|
}
|
||||||
|
|
@ -24,7 +23,6 @@
|
||||||
color: $white;
|
color: $white;
|
||||||
font-family: var(--header-font);
|
font-family: var(--header-font);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 50vw;
|
width: 50vw;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue