Skip to content

Commit e13e711

Browse files
Navbar/header issue solved (OWASP-BLT#1792)
1 parent 57ae22d commit e13e711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/templates/includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
});
4343
</script>
4444

45-
<nav class="fixed top-0 z-50 w-full bg-white border-b border-[#F7F7F7] border-b-2 px-4" style="height: 10%;">
45+
<nav class="fixed top-0 z-50 w-full bg-white border-b border-[#F7F7F7] border-b-2 px-4" style="height: 9%;">
4646
<div class="px-3 py-3 lg:px-5 lg:pl-3">
4747
<div class="flex items-center justify-between">
4848
<div class="flex items-center justify-start rtl:justify-end">

0 commit comments

Comments
 (0)