|
|
@@ -43,3 +43,14 @@ body {
|
|
|
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
|
-webkit-text-stroke: 3px #fff;
|
|
|
}
|
|
|
+
|
|
|
+/* Ensure bottom nav is visible immediately on FAQ */
|
|
|
+.navigation {
|
|
|
+ position: fixed !important;
|
|
|
+ left: 50% !important;
|
|
|
+ transform: translateX(-50%) !important;
|
|
|
+ bottom: 12px !important;
|
|
|
+ width: calc(100% - 1.5rem) !important;
|
|
|
+ max-width: 430px !important;
|
|
|
+ z-index: 120 !important;
|
|
|
+}
|