updated nav links
This commit is contained in:
parent
e6196418d4
commit
e406047a60
1 changed files with 4 additions and 4 deletions
|
@ -25,8 +25,8 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const Links = [
|
const Links = [
|
||||||
{ name: "home", url: "/" },
|
{ name: "home", url: "/" },
|
||||||
{ name: "socials", url: "/socials" },
|
{ name: "pets", url: "/pets" },
|
||||||
{ name: "creatures", url: "/pets" },
|
{ name: "links", url: "/links" },
|
||||||
{ name: "portfolio", url: "/portfolio" }
|
{ name: "portfolio", url: "/portfolio" }
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
@ -37,7 +37,7 @@ nav {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
|
|
||||||
@media screen and (max-width: 500px) {
|
@media screen and (max-width: 600px) {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -82,7 +82,7 @@ ul {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 500px) {
|
@media screen and (max-width: 600px) {
|
||||||
a {
|
a {
|
||||||
width: 175px;
|
width: 175px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
Loading…
Reference in a new issue