mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
Use rem instead of px for sticky header
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
top: 61px;
|
||||
z-index: 5;
|
||||
background: #181818 !important;
|
||||
margin: 0 -24px;
|
||||
padding: 0 24px;
|
||||
margin: 0 -2rem;
|
||||
padding: 0 2rem;
|
||||
border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
|
||||
box-shadow: 0 -1px 0 0 #181818;
|
||||
transition: position 0.2s ease-in-out;
|
||||
|
||||
Reference in New Issue
Block a user