From 46ec64aa86b59e868ff2fc8762de40ea2c2b7769 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Fri, 29 Sep 2023 03:22:52 +0200 Subject: [PATCH] Reduce footer font-size --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e6e6efd..296828c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -72,7 +72,7 @@ onMounted(() => { - Cool, but what the hell is QUIC?
Powered by Cool, but what the hell is QUIC? | Powered by vue-quic-test
@@ -112,6 +112,7 @@ h1 { } .footer { + font-size: 0.9rem; text-align: center; margin-bottom: 1rem; bottom: 0;