From e106509c45149d3bde15c973aab83f3c61025a0c Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 21 Aug 2023 18:36:05 +0400 Subject: [PATCH] CSS: centered text --- static/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.css b/static/index.css index 9d17548..5a2d551 100644 --- a/static/index.css +++ b/static/index.css @@ -2,6 +2,7 @@ main { display: flex; flex-direction: column; align-items: center; + text-align: center; } h1 {