fix: reserve space for fixed page-logo, prevent content overlap
This commit is contained in:
@@ -46,11 +46,13 @@ body {
|
||||
left: 1.5rem;
|
||||
top: 4.5rem;
|
||||
z-index: 90;
|
||||
width: 110px;
|
||||
}
|
||||
.page-logo {
|
||||
height: clamp(2.5rem, 5vw, 3.5rem);
|
||||
width: auto;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
opacity: 0.9;
|
||||
display: block;
|
||||
}
|
||||
.panel {
|
||||
background: var(--card);
|
||||
@@ -160,7 +162,7 @@ button {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 1rem;
|
||||
padding: 1rem;
|
||||
padding: 1rem 1rem 1rem 8rem;
|
||||
max-width: 1400px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user