From a497a5b2c284538e380f3f16672f1b2ac6f826f4 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Fri, 26 Dec 2025 12:54:11 +0100 Subject: feat: removed the secret --- static/css/style.css | 7 +++---- static/images/logo.png | Bin 0 -> 95584 bytes 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 static/images/logo.png (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 1b6ecfe..a56cbdc 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4,10 +4,9 @@ html { } body, html { - margin-left:5px; - margin-top: 5px; - width:97%; - height:97%; + margin: auto; + width:86%; + height:86%; } h1 { font-size: 40pt; diff --git a/static/images/logo.png b/static/images/logo.png new file mode 100644 index 0000000..feabd33 Binary files /dev/null and b/static/images/logo.png differ -- cgit v1.2.3