From 431fb3e9f294d6382f8963c162b63209825ca485 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sun, 31 Jan 2021 16:47:31 -0500 Subject: [PATCH] Make title smaller on smaller screens --- web/app/src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/src/App.vue b/web/app/src/App.vue index 31885b7f..08feec13 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -3,7 +3,7 @@
-
Health Status
+
Health Status
Gatus @@ -45,6 +45,7 @@ export default { html { height: 100%; } + html, body { background-color: #f7f9fb; }