From 6b76addadbfd71e5891867249080c86751e486d4 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 18 Jun 2025 20:44:08 +0500 Subject: [PATCH] tweak styles --- static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 8518111..7b485c0 100644 --- a/static/style.css +++ b/static/style.css @@ -446,6 +446,9 @@ img { max-width: 100%; } -img.logo { +center { + display: flex; +} +img#logo { border-radius: 10px; }