logo hyperlink, wrapper padding changed to percent

This commit is contained in:
afnzmn 2022-07-19 09:59:00 -04:00
parent 97d333ec6a
commit eb6b7ce743
2 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,9 @@
</script> </script>
<nav> <nav>
<a href="/">
<img class="logo" src="/logo.svg" alt="ReVanced Logo"/> <img class="logo" src="/logo.svg" alt="ReVanced Logo"/>
</a>
<ul> <ul>
<Navigation href="/">Home</Navigation> <Navigation href="/">Home</Navigation>
<Navigation href="/download">Download</Navigation> <Navigation href="/download">Download</Navigation>
@ -25,5 +27,6 @@
} }
.logo { .logo {
width: 3rem; width: 3rem;
cursor: pointer;
} }
</style> </style>

View File

@ -53,8 +53,8 @@ import Wave from '$lib/components/atoms/Wave.svelte';
} }
:global(.wrapper) { :global(.wrapper) {
margin-left: 6rem; margin-left: 6%;
margin-right: 6rem; margin-right: 6%;
} }
:root { :root {