mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-01 07:04:35 +02:00
idk
This commit is contained in:
parent
a7fcde67bb
commit
f5d6d24fd3
@ -14,8 +14,8 @@
|
||||
</h2>
|
||||
|
||||
<div class="hero-buttons">
|
||||
<Button kind="primary" href="/download" fontsize="1.5rem">Download</Button>
|
||||
<Button href="/docs" fontsize="1.5rem">Read The Docs</Button>
|
||||
<Button kind="primary" href="/download" fontsize="1.3rem">Download</Button>
|
||||
<Button href="/docs" fontsize="1.3rem">Read The Docs</Button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@ -37,4 +37,5 @@
|
||||
font-size: 6.5rem;
|
||||
letter-spacing: -0.04em;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
@ -54,12 +54,12 @@ import Wave from '$lib/components/atoms/Wave.svelte';
|
||||
:global(.wrapper) {
|
||||
margin-inline: auto;
|
||||
width: min(87%, 100rem);
|
||||
margin-top: 1.5%
|
||||
margin-top: 8%
|
||||
}
|
||||
|
||||
:root {
|
||||
--white: #ffe1e1;
|
||||
--red: #ff4151;
|
||||
--red: #ff4151;
|
||||
--red-glow: #ff838d40;
|
||||
--grey-one: #1c1e29;
|
||||
--grey-two: #2b2d3a;
|
||||
@ -85,7 +85,7 @@ import Wave from '$lib/components/atoms/Wave.svelte';
|
||||
:global(h2) {
|
||||
color: var(--white);
|
||||
font-weight: 300;
|
||||
font-size: 1.85rem;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
:global(h3) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user