Unify card styles & fix more light mode stuff

This commit is contained in:
mDuo13
2021-08-31 17:45:25 -07:00
parent 301d643b08
commit b904586274
19 changed files with 201 additions and 366 deletions

View File

@@ -96,3 +96,14 @@ html.light {
}
}
.page-faq,
.mini-faq {
.q-wrapper .chevron {
top: $banner-top-offset;
}
}
.page-calculator #calculator-mobile-toggle.show {
top: ($banner-top-offset + 4px)
}