fix(SW-96): add css variable for use of mobile header height

This commit is contained in:
Chuma McPhoy
2024-08-23 07:24:35 +02:00
parent 7d47994539
commit 7e7a5d2646
5 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
}
.mobileGallery {
margin-top: 70.047px;
margin-top: var(--mobile-site-header-height);
height: 100%;
position: relative;
display: flex;
@@ -112,7 +112,7 @@
}
.fullViewContainer {
margin-top: 70.047px;
margin-top: var(--mobile-site-header-height);
background-color: var(--UI-Text-High-contrast);
height: 100%;
padding: var(--Spacing-x2);