design: logo fixed left below header
This commit is contained in:
@@ -42,15 +42,15 @@ body {
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.page-logo-wrap {
|
.page-logo-wrap {
|
||||||
display: flex;
|
position: fixed;
|
||||||
justify-content: center;
|
left: 1.5rem;
|
||||||
padding: 1.5rem 0 0.5rem;
|
top: 4.5rem;
|
||||||
position: relative;
|
z-index: 90;
|
||||||
z-index: 5;
|
|
||||||
}
|
}
|
||||||
.page-logo {
|
.page-logo {
|
||||||
height: clamp(3rem, 8vw, 5rem);
|
height: clamp(2.5rem, 5vw, 3.5rem);
|
||||||
width: auto;
|
width: auto;
|
||||||
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
.panel {
|
.panel {
|
||||||
background: var(--card);
|
background: var(--card);
|
||||||
|
|||||||
Reference in New Issue
Block a user