Fix negative left margin on master page

This commit is contained in:
Mononaut
2023-11-21 20:29:41 +09:00
parent 894075493b
commit d471616a24

View File

@@ -248,8 +248,6 @@ main {
height: calc(100vh - 65px);
position: sticky;
top: 65px;
transition: 0.25s;
margin-left: -250px;
box-shadow: 5px 0px 30px 0px #000;
margin-left: -225px;
padding-bottom: 20px;
}