mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Use rem instead of px for sticky header
This commit is contained in:
@@ -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 New Issue
Block a user