Use rem instead of px for sticky header

This commit is contained in:
jeffvli 2023-01-06 13:34:41 -08:00
parent 7b616b44fa
commit 9e6a81cb62

View file

@ -3,8 +3,8 @@
top: 61px; top: 61px;
z-index: 5; z-index: 5;
background: #181818 !important; background: #181818 !important;
margin: 0 -24px; margin: 0 -2rem;
padding: 0 24px; padding: 0 2rem;
border-bottom: 1px solid hsla(0, 0%, 100%, 0.1); border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
box-shadow: 0 -1px 0 0 #181818; box-shadow: 0 -1px 0 0 #181818;
transition: position 0.2s ease-in-out; transition: position 0.2s ease-in-out;