tweak navbar
This commit is contained in:
parent
d2cee55c35
commit
8b91a6faa1
|
@ -472,6 +472,7 @@ console.log(mainRouter.currentRoute.value.name);
|
|||
box-sizing: content-box;
|
||||
.banner {
|
||||
pointer-events: none;
|
||||
top: -20% !important;
|
||||
mask: radial-gradient(
|
||||
farthest-side at top,
|
||||
hsl(0, 0%, 0%) 0%,
|
||||
|
@ -512,7 +513,7 @@ console.log(mainRouter.currentRoute.value.name);
|
|||
) !important;
|
||||
width: 125% !important;
|
||||
left: -12.5% !important;
|
||||
height: 125% !important;
|
||||
height: 145% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue