Skip to content

Commit

Permalink
adjust padding of li items in mobile menu and width
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaton authored and jcampbell committed Jul 7, 2021
1 parent c26da52 commit b17f82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs_rtd/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ a {
overflow: hidden;
position: absolute;
top: 57px;
width: 152px;
width: 168px;
right: 0;
}

Expand All @@ -243,7 +243,7 @@ a {

#mobile-modal li {
margin-bottom: 8px;
padding: 0 0px 0 16px;
padding: 0 8px 0 16px;
height: 40px;
border: none !important;
margin-top: 4px;
Expand Down

0 comments on commit b17f82b

Please sign in to comment.