From 90ba052335adf889a53290f8a3cc220cce9eb79b Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Fri, 10 Feb 2023 17:34:04 -0500 Subject: [PATCH] Update styling --- astro/components/pages/Dashboard.md | 4 +--- astro/layouts/App.astro | 5 ++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/astro/components/pages/Dashboard.md b/astro/components/pages/Dashboard.md index 2983c19..2d8c75a 100644 --- a/astro/components/pages/Dashboard.md +++ b/astro/components/pages/Dashboard.md @@ -24,6 +24,4 @@ So, here is Nexus Polestar, a template they can build their desktop app on top o ## What's the Difference? 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. - - \ No newline at end of file +By using Astro, I can make the template more component based, allowing for more flexiblity for other developers at these other companies. \ No newline at end of file diff --git a/astro/layouts/App.astro b/astro/layouts/App.astro index 614fce5..555720d 100644 --- a/astro/layouts/App.astro +++ b/astro/layouts/App.astro @@ -11,7 +11,7 @@ import '../styles/index.scss' --- - +
@@ -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; }