mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-19 01:03:56 +00:00
no gaps
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
min-height: 90px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
||||
@@ -16,5 +16,6 @@
|
||||
align-items: center;
|
||||
bottom: 3rem;
|
||||
left: 5rem;
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
@@ -11,8 +11,10 @@
|
||||
An extensible framework for<br />
|
||||
building application mods.
|
||||
</h3>
|
||||
<Button kind="primary" href="/download">Download</Button>
|
||||
<Button href="/docs">Read The Docs</Button>
|
||||
<div class="hero-buttons">
|
||||
<Button kind="primary" href="/download">Download</Button>
|
||||
<Button href="/docs">Read The Docs</Button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -20,6 +22,10 @@
|
||||
.hero-text {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.hero-buttons {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.hero-text h1 {
|
||||
font-size: 6.5rem;
|
||||
|
||||
Reference in New Issue
Block a user