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;