Merge pull request #4398 from mempool/mononaut/fix-left-margin
Fix negative left margin on master page
This commit is contained in:
commit
1e01f88c15
@ -248,8 +248,6 @@ main {
|
|||||||
height: calc(100vh - 65px);
|
height: calc(100vh - 65px);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 65px;
|
top: 65px;
|
||||||
transition: 0.25s;
|
margin-left: -225px;
|
||||||
margin-left: -250px;
|
|
||||||
box-shadow: 5px 0px 30px 0px #000;
|
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user