Commit a3f8db7b by Arjun Jhukal

updated the fixes

parent 50b21f92
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -137,19 +137,22 @@
entries.forEach((entry) => {
if (entry.isIntersecting) {
$(".toc h6").show();
console.log("is intersecting")
} else {
$(".toc h6").hide();
console.log("is not intersecting")
}
});
},
{
threshold: 0.1,
threshold: 0.3,
},
);
const sections = [
document.querySelector(".BLOGDETAIL-LIST-ITEM-SECTION"),
document.querySelector(".BLOGLISTING-LIST-ITEM-SECTION"),
document.querySelector(".case-study-general"),
];
sections.length &&
sections.forEach((section) => {
......
......@@ -652,8 +652,8 @@ ul {
.fixed-button-wrapper {
position: fixed;
z-index: 99;
bottom: 20px;
right: 2%;
bottom: 80px;
right: 8px;
}
#return-to-top {
......
......@@ -398,7 +398,7 @@
transform: translateX(-50%);
span {
font-size: 24px;
font-size: 20px;
line-height: 180%;
font-weight: 800;
letter-spacing: 0px;
......@@ -421,6 +421,12 @@
}
}
}
.scroll-animate {
span {
font-size: 24px;
}
}
}
@media (min-width:768px) {
......@@ -431,7 +437,7 @@
grid-template-columns: repeat(3, 1fr);
.footer-link-wrapper.location-wrapper {
height: 100%;
// height: 100%;
grid-column: 1/-1;
}
}
......
.case-study-filter {
padding-bottom: 0 !important;
ul {
&.nav {
margin-bottom: 0;
// gap: 44px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding: 0 !important;
overflow: hidden !important;
li {
list-style-type: none;
margin-bottom: 0 !important;
a,
button {
......
......@@ -43,7 +43,10 @@
}
.case-study-general-content {
h2 {
h2,
h3,
h4 {
margin-bottom: 16px;
&:not(:first-child) {
......@@ -51,6 +54,8 @@
}
}
p,
ul,
ol,
......@@ -165,7 +170,9 @@
padding-left: 24px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
h2 {
h2,
h3,
h4 {
&:not(:first-child) {
margin-top: 72px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment