fix:added spacing of 1.25

This commit is contained in:
Harsh Mahajan
2025-08-20 14:38:22 +05:30
parent 1d42aa79b5
commit cd370e96fc
+2 -7
View File
@@ -197,8 +197,7 @@
z-index: 1;
height: 100%;
width: 100%;
padding-block-start: 0;
padding-block-end: 2rem;
padding-block: 2rem;
padding-inline: 1rem;
background-color: #ededf0 !important;
@@ -361,10 +360,6 @@
}
}
.logo:not(.mobile-logo) {
padding-block-end: 20px;
}
.review-footer-container {
padding-block-start: 10rem;
@media #{devices.$break1} {
@@ -374,7 +369,7 @@
.mobile-logo {
position: fixed;
bottom: 1rem;
bottom: 1.25rem;
left: 50%;
transform: translateX(-50%);
z-index: 10;