This commit is contained in:
Kenneth Jannette
2024-01-11 18:46:03 -06:00
parent f1548dbd63
commit 89374e2457

View File

@@ -1,6 +1,6 @@
.mobile-main-heading-hide { .mobile-main-heading-hide {
position: fixed; position: fixed;
top: 55px; top: 65px;
left: 0px; left: 0px;
background-color: #fff; background-color: #fff;
width: 100%; width: 100%;
@@ -15,7 +15,7 @@
.mobile-main-heading-show { .mobile-main-heading-show {
position: fixed; position: fixed;
top: 55px; top: 65px;
left: 0px; left: 0px;
background-color: #fff; background-color: #fff;
width: 100%; width: 100%;
@@ -30,7 +30,7 @@
.mobile-heading-wrapper { .mobile-heading-wrapper {
position: fixed; position: fixed;
top: 55px; top: 65px;
right: 0px; right: 0px;
background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan); background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan);
width: 0px; width: 0px;
@@ -46,7 +46,7 @@
.mobile-heading-wrapper1 { .mobile-heading-wrapper1 {
position: fixed; position: fixed;
top: 70px; top: 65px;
right: 0px; right: 0px;
background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan); background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan);
width: 430px; width: 430px;