This commit is contained in:
baiorett
2022-07-19 21:22:29 +03:00
parent 98883f3f31
commit 0d61dab24c
3 changed files with 10 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
justify-content: space-between;
align-items: center;
min-height: 90px;
user-select: none;
}
.logo {

View File

@@ -16,5 +16,6 @@
align-items: center;
bottom: 3rem;
left: 5rem;
user-select: none;
}
</style>

View File

@@ -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;