mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 14:44:28 +02:00
logo hyperlink, wrapper padding changed to percent
This commit is contained in:
parent
97d333ec6a
commit
eb6b7ce743
@ -3,7 +3,9 @@
|
||||
</script>
|
||||
|
||||
<nav>
|
||||
<img class="logo" src="/logo.svg" alt="ReVanced Logo"/>
|
||||
<a href="/">
|
||||
<img class="logo" src="/logo.svg" alt="ReVanced Logo"/>
|
||||
</a>
|
||||
<ul>
|
||||
<Navigation href="/">Home</Navigation>
|
||||
<Navigation href="/download">Download</Navigation>
|
||||
@ -25,5 +27,6 @@
|
||||
}
|
||||
.logo {
|
||||
width: 3rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
@ -53,8 +53,8 @@ import Wave from '$lib/components/atoms/Wave.svelte';
|
||||
}
|
||||
|
||||
:global(.wrapper) {
|
||||
margin-left: 6rem;
|
||||
margin-right: 6rem;
|
||||
margin-left: 6%;
|
||||
margin-right: 6%;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
Loading…
x
Reference in New Issue
Block a user