cleaned up mobile styling and updated input action component

This commit is contained in:
Edward Tirado Jr 2026-04-08 19:04:15 -05:00
parent 59fb81a42e
commit a8488f111f
11 changed files with 112 additions and 56 deletions

View file

@ -1,3 +1,5 @@
<script lang="ts" setup>
</script>
<template>
<nav class="header">
<span class="logo">
@ -28,6 +30,9 @@
gap: 1rem;
font: bold 1.5rem sans-serif;
justify-content: center;
margin-bottom: 2rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
padding: 1rem 0;
}
.links {