add section 2, 3 & 4 for desktop

This commit is contained in:
M Sarmad Qadeer
2025-09-19 01:10:48 +05:00
parent bbd91d999b
commit 2d84661b0d
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -228,7 +228,10 @@ html {
font-family: GT-Walsheim, Gilroy, Helvetica, sans-serif;
}
html, body { background:#000; }
html,
body {
background: #000;
}
.hidden {
display: none !important;
+1 -1
View File
@@ -29,4 +29,4 @@ document.addEventListener('DOMContentLoaded', () => {
testflightBtn.classList.remove('hidden');
androidBtn.classList.remove('hidden');
}
});
});