fix safari nav and footer

This commit is contained in:
Spectralitree 2021-01-06 13:35:54 +01:00
parent 1c8b934bad
commit ad0e002b92
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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