Skip to content

Commit

Permalink
removing margin-left property from base.css to fix the overflow cause…
Browse files Browse the repository at this point in the history
…d by discord button on top right
  • Loading branch information
sarzz2 committed Oct 5, 2023
1 parent 6f8995c commit 8bde262
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydis_site/static/css/base/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ main.site-content {
padding-left: 2.5rem;
padding-right: 2.5rem;
background-color: #697ec4ff;
margin-left: 0.5rem;
transition: all 0.2s cubic-bezier(.25,.8,.25,1);
overflow: hidden;
}
Expand Down

0 comments on commit 8bde262

Please sign in to comment.