1
Fork 0

Update styling

This commit is contained in:
KorbsStudio 2023-02-10 17:34:04 -05:00
parent a72b2657f4
commit 90ba052335
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -25,5 +25,3 @@ So, here is Nexus Polestar, a template they can build their desktop app on top o
While FalixNodes Desktop has always been constructed using vanilla HTML, CSS, and JavaScript, as well as primitive code from 4 years ago and older to still navigate and add additional settings, Nexus Polestar will be developed with Astro, as well as SCSS and more modernized scripts for features such as navigating and additional settings. 
By using Astro, I can make the template more component based, allowing for more flexiblity for other developers at these other companies.
<style>div#Dashboard {margin: 70px 100px}</style>

View file

@ -11,7 +11,7 @@ import '../styles/index.scss'
---
<script src="./navigation.js" crossoarigin="anonymous"></script>
<script defer src="./font-awesome-6.2.1/js/all.js"></script>
<script defer src="./font-awesome-6.3.0/js/all.js"></script>
<div class="content">
<Splash />
@ -32,6 +32,9 @@ import '../styles/index.scss'
div#\31, div#\35 {
padding: 0px 64px 32px 64px;
}
div#Dashboard {
padding: 70px 100px;
}
a {
color: white;
}