Add anchor component

This commit is contained in:
2024-03-12 22:09:53 +00:00
parent 878423aeff
commit d5bad76fb0
10 changed files with 32 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
<footer class="mt-auto fade-in">
<footer class="mt-auto">
<div class="mx-auto py-8 px-4 md:px-12">
<div class="md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">

View File

@@ -1,6 +1,6 @@
@inherits LayoutComponentBase
<div class="flex flex-col min-h-screen">
<div class="flex flex-col min-h-screen fade-in">
<NavBar/>
<div class="px-4 md:px-12 py-4">

View File

@@ -1,4 +1,4 @@
<nav class="flex items-center justify-center py-12 space-x-8 fade-in">
<nav class="flex items-center justify-center py-12 space-x-8">
<NavLink href="/" Match="NavLinkMatch.All" ActiveClass="border-l-2 border-r-2 px-2 rounded">
Home
</NavLink>