Skip to content

Commit

Permalink
fix navbar on top
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Ferreira authored and Diogo Ferreira committed Nov 4, 2023
1 parent eb3ff99 commit 5f09bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

<body class="font-sans">

<header class="accent-color text-white py-4">
<header class="accent-color fixed w-full top-0 py-4">
<div class="mx-10 flex items-center justify-between">
<a href="/">
<h1 class="text-2xl font-bold">Diogo Ferreira</h1>
</a>
<nav>
<ul class="hidden md:flex space-x-6">
<ul class="hidden md:flex space-x-8">
<li>
<a href="https://github.com/neves-nvs" target="_blank" class="hover:text-gray-300">
<i class="fab fa-github fa-2xl"></i>
Expand Down

0 comments on commit 5f09bf0

Please sign in to comment.