Use rem instead of px for sticky header
This commit is contained in:
parent
7b616b44fa
commit
9e6a81cb62
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Reference in a new issue