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">
 | 
			
		||||
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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue