Launcher page (#1249)

* Initial commit

* Update launcher.vue

* Finalize landing page!!!!!!!

* Run linter

* Address some changes

* Address changes

* Lint

* addressed more changes

* Add os logos

* Use install urls for linux

* Update app.vue

* intuitive buttons
This commit is contained in:
Adrian O.V
2023-08-04 18:22:23 -04:00
committed by GitHub
parent a4bead1bde
commit a67cf44453
6 changed files with 2148 additions and 0 deletions

View File

@@ -549,6 +549,7 @@ export default defineNuxtComponent({
display: flex;
justify-content: space-between;
color: var(--color-text-dark);
z-index: 5;
a {
align-items: center;
@@ -580,6 +581,7 @@ export default defineNuxtComponent({
section.nav-group {
display: flex;
flex-grow: 5;
z-index: 5;
section.nav {
flex-grow: 5;