From 797684888f8f0e6a1f00647191b7dfeab491bbe0 Mon Sep 17 00:00:00 2001 From: Yureka Date: Wed, 27 Dec 2023 12:52:56 +0100 Subject: [PATCH] frontend: center source code link --- frontend/static/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/static/index.html b/frontend/static/index.html index 137760e..0df17bb 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -58,6 +58,11 @@ a { color: inherit; +} +body>a { + width: 100%; + text-align: center; + display: inline-block; }