Skip to content

Commit

Permalink
update css for make nav height responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 committed Feb 17, 2024
1 parent 156e1ca commit a64d30c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/templates/base_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{% include "includes/sidenav.html" %}
{% comment %} navigation {% endcomment %}

<div class="lg:ml-[230px] mt-[63px]">
<div class="lg:ml-[230px] mt-[70px]">
{% block hero %}
{% endblock %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/templates/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
});
</script>

<nav class="fixed top-0 z-50 w-full bg-white border-b border-[#F7F7F7] border-b-2 px-4" style="height: 10%;">
<nav class="fixed top-0 z-50 w-full bg-white border-b border-[#F7F7F7] border-b-2 px-4 ">
<div class="px-3 py-3 lg:px-5 lg:pl-3">
<div class="flex items-center justify-between">
<div class="flex items-center justify-start rtl:justify-end">
Expand Down
2 changes: 1 addition & 1 deletion website/templates/includes/sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
color: black;
}
</style>
<div class="h-full px-11 overflow-y-auto bg-white flex flex-col justify-between no-scrollbar">
<div class="h-full px-11 overflow-y-auto bg-white flex flex-col justify-between no-scrollbar mt-6">
<div>
<ul class="space-y-3 font-medium text-3xl mt-6 mb-0">
<li class="flex items-center p-4 border-b">
Expand Down

0 comments on commit a64d30c

Please sign in to comment.