website: fix glossary capitalize issue (#6388)

* fix glossary capitalize issue

* fix gradient scroll issue

* fix gradient scroll issue
This commit is contained in:
M. Sarmad Qadeer
2025-10-22 03:04:05 +05:00
committed by GitHub
parent a74e3031df
commit 6fbdccaa85
3 changed files with 50 additions and 50 deletions
+4 -2
View File
@@ -414,6 +414,10 @@ section.page .area {
/* border: 2px solid red; */
}
#directory .area {
position: relative;
}
/* --- COVER --- */
section.cover {
background-image: url("/img/design_3/cover-light.webp");
@@ -630,11 +634,9 @@ main .section-bg {
top: 0;
inset: 0;
height: 100lvh;
/* fallback */
margin-bottom: -100lvh;
/* cancel own layout height */
width: 100%;
background-image: var(--bg-grad);
background-position: center;
background-size: 102% 102%;