From 2d32541b8bad6f516efaee02f235802407fe91d6 Mon Sep 17 00:00:00 2001 From: marston Date: Wed, 14 Feb 2024 22:39:06 -0500 Subject: [PATCH] fixing some styles --- index.html | 2 +- src/assets/css/style.css | 9 +++++++++ src/views/HomePage.vue | 5 +---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index ed76563..e0894d3 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Beacon + Beacon - ALPHA
diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 4394050..4cd43b3 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -71,6 +71,15 @@ button:focus-visible { flex-direction: column; } +.template-container { + flex-grow: 1; + background-color: #fafafa; +} + +h1 { + margin-top: 0px; +} + @media (prefers-color-scheme: light) { :root { color: #213547; diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index 34266a5..a83290d 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -92,10 +92,7 @@ flex-grow: 1; margin-top: 0px; } - .template-container { - flex-grow: 1; - background-color: #fafafa; - } + .loader { width: 48px; height: 48px;