mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2026-01-27 08:07:33 +00:00
change hero height to 55vh
This commit is contained in:
@@ -58,8 +58,10 @@ themeToggleBtn.addEventListener('click', function() {
|
||||
function toggleStickyNavbar() {
|
||||
if (window.scrollY > 0) {
|
||||
navbar.setAttribute('data-sticky', 'true');
|
||||
navbar.classList.add('backdrop-blur')
|
||||
} else {
|
||||
navbar.setAttribute('data-sticky', 'false');
|
||||
navbar.classList.add('backdrop-blur')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user