From c3ad40be4d162b4d2809224fc954e9dd5c33e509 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 7 Dec 2024 18:44:20 +0100 Subject: title, example links, densify --- src/static/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/static/main.css') diff --git a/src/static/main.css b/src/static/main.css index b47803f..9ab3da3 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -6,9 +6,12 @@ body { #LoadingIndicator { animation: spin 1.75s linear infinite; + height: 0; + margin-left: 40%; + font-size: 2em; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } -} \ No newline at end of file +} -- cgit v1.2.3