This commit is contained in:
Kenneth Jannette
2024-01-11 18:42:02 -06:00
parent 9ee9a285c4
commit eb189e7259

View File

@@ -30,7 +30,7 @@
.mobile-heading-wrapper { .mobile-heading-wrapper {
position: fixed; position: fixed;
top: 70px; top: 55px;
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;
@@ -68,7 +68,7 @@
} }
.mobile-info-box { .mobile-info-box {
height: 680px; height: 440px;
background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan); background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan);
} }