Removed temp links, made nav more responsive

This commit is contained in:
Corey 2020-08-11 15:17:30 +08:00
parent 495ff52cb5
commit 656b59d8eb
1 changed files with 4 additions and 4 deletions

View File

@ -55,11 +55,11 @@
x-data="loadIcons()" x-data="loadIcons()"
> >
<main class="flex-grow"> <main class="flex-grow">
<nav class="flex p-4 md:p-6 lg:p-8 justify-between"> <nav class="flex p-4 md:p-6 lg:p-8 justify-between text-sm md:text-base">
<a class="font-extrabold" href="/">System UIcons</a> <a class="font-extrabold" href="/">System UIcons</a>
<div class="space-x-8"> <div class="space-x-3 md:space-x-8">
<a class="hover:underline" href="/about">Behind the design</a> <!-- <a class="hover:underline" href="/about">Behind the design</a>
<a class="hover:underline" href="/changelog">Changelog</a> <a class="hover:underline" href="/changelog">Changelog</a> -->
<a <a
class="hover:underline" class="hover:underline"
href="https://github.com/CoreyGinnivan/system-uicons" href="https://github.com/CoreyGinnivan/system-uicons"