mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-24 06:45:59 +03:00
fix header alignment
This commit is contained in:
parent
94615f639b
commit
190854f0d3
@ -8,7 +8,7 @@ const STYLES_CONTAINER = css`
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
padding: 24px 64px 24px 40px;
|
||||
padding: 24px 64px 24px 42px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
z-index: ${Constants.zindex.header};
|
||||
|
Loading…
Reference in New Issue
Block a user