fix nav on mobile

This commit is contained in:
Spectralitree 2021-01-06 13:27:19 +01:00
parent cfd399863b
commit 1c8b934bad
5 changed files with 7 additions and 5 deletions

View file

@ -64,6 +64,7 @@ body {
.navbar {
background-color: $gray-100;
flex: 0 1 auto;
}
.dark-mode .navbar {
@ -262,6 +263,7 @@ blockquote {
.footer {
width: 100% !important;
flex: 0 1 auto;
}
.dark-mode .page-item:not(.active) .page-link {