From c31ed3ccbafe6164e124c71876b23374caa92a76 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Fri, 13 Sep 2024 21:51:21 +0200 Subject: [PATCH] unalign text from the center --- site/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/site/index.css b/site/index.css index 6b07d71..c6d6c89 100644 --- a/site/index.css +++ b/site/index.css @@ -15,7 +15,6 @@ body { font-size: 1.15rem; display: flex; flex-direction: column; - align-items: center; margin: 0; height: 100%; }