Skip to content

Commit

Permalink
fix projecst header
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkikadafi committed Apr 15, 2024
1 parent bf0d024 commit c33cbf2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: Projects
---

<nav id="nav" class="fixed right-3 left-3 top-3 text-gray-200 z-10 px-5 py-3 lg:py-5 rounded-md transition dark:shadow-custom-xl bg-slate-700/70 backdrop-blur-md text-slate-700 text-white">
<nav id="nav" class="fixed right-3 left-3 top-3 text-gray-200 z-10 px-5 py-3 lg:py-5 rounded-md transition dark:shadow-custom-xl bg-slate-700/70 backdrop-blur-md">
<div
class="hidden dark:shadow-custom-xl bg-slate-700/70 backdrop-blur-md text-slate-700 dark:text-white">
hello
Expand All @@ -26,7 +26,10 @@
</div>
</nav>

{% include header-title.html title='Projects' subtitle='All my projects' %}
<div class="mt-20 lg:mt-0">
{% include header-title.html title='Projects' subtitle='All my projects' %}
</div>

<div class="mt-5 px-3 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
{% include modal-navigation.html %}

Expand Down

0 comments on commit c33cbf2

Please sign in to comment.