updated nav links

This commit is contained in:
genki_angel 2025-04-15 01:42:28 +01:00
parent e6196418d4
commit e406047a60

View file

@ -25,8 +25,8 @@
<script setup lang="ts">
const Links = [
{ name: "home", url: "/" },
{ name: "socials", url: "/socials" },
{ name: "creatures", url: "/pets" },
{ name: "pets", url: "/pets" },
{ name: "links", url: "/links" },
{ name: "portfolio", url: "/portfolio" }
]
</script>
@ -37,7 +37,7 @@ nav {
height: fit-content;
padding: .5em;
@media screen and (max-width: 500px) {
@media screen and (max-width: 600px) {
padding: 2px;
}
}
@ -82,7 +82,7 @@ ul {
background-color: black;
}
@media screen and (max-width: 500px) {
@media screen and (max-width: 600px) {
a {
width: 175px;
height: 50px;