Skip to content

Commit

Permalink
changes for mobile nav fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xgp committed Jan 2, 2023
1 parent be10498 commit 2983d26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ html {
.navbar .navbar-sidebar__items {
flex: 1 1 auto;
display: flex;
align-items: center;
justify-content: center;
}
.menu {
width: 100%;
Expand Down Expand Up @@ -153,7 +151,8 @@ html {
.footer,
.footer .text--center {
text-align: left;
},
}
,
.footer--dark {
--ifm-footer-background-color: #2b3137;
}
Expand Down

0 comments on commit 2983d26

Please sign in to comment.