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