design: move logo below header strip, scrolls with page
This commit is contained in:
@@ -41,6 +41,17 @@ body {
|
||||
height: 32px;
|
||||
width: auto;
|
||||
}
|
||||
.page-logo-wrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 1.5rem 0 0.5rem;
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
}
|
||||
.page-logo {
|
||||
height: clamp(3rem, 8vw, 5rem);
|
||||
width: auto;
|
||||
}
|
||||
.panel {
|
||||
background: var(--card);
|
||||
padding: 1.25rem;
|
||||
|
||||
Reference in New Issue
Block a user