Added fixed header
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Shahan Nedadahandeh 2022-09-03 18:10:43 -07:00
parent e2e6d1bb8b
commit 7828090cef
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100vw;
background: var(--dark--primary-background);
z-index: 98;
box-sizing: border-box;
padding: calc(10rem / 16) calc(100rem / 16) 0 calc(100rem / 16);
}