css improvements
This commit is contained in:
parent
d8a43275b5
commit
57bc6148f2
13
style.css
13
style.css
@ -283,14 +283,15 @@ body {
|
|||||||
/* ==========================================================
|
/* ==========================================================
|
||||||
HEADER
|
HEADER
|
||||||
========================================================== */
|
========================================================== */
|
||||||
.header {
|
.nav {
|
||||||
position: sticky;
|
min-height: 64px;
|
||||||
top: 0;
|
padding: 0 1.5rem;
|
||||||
z-index: 10;
|
display: flex;
|
||||||
background: var(--header-bg);
|
align-items: center;
|
||||||
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ==========================================================
|
/* ==========================================================
|
||||||
NAV
|
NAV
|
||||||
========================================================== */
|
========================================================== */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user