fix safari nav and footer
This commit is contained in:
parent
1c8b934bad
commit
ad0e002b92
File diff suppressed because one or more lines are too long
@ -64,7 +64,7 @@ body {
|
|||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: $gray-100;
|
background-color: $gray-100;
|
||||||
flex: 0 1 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode .navbar {
|
.dark-mode .navbar {
|
||||||
@ -263,7 +263,7 @@ blockquote {
|
|||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
flex: 0 1 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode .page-item:not(.active) .page-link {
|
.dark-mode .page-item:not(.active) .page-link {
|
||||||
|
Loading…
Reference in New Issue
Block a user