From c65225698f2e562baa155d338f9f54cdb01bf0ef Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Thu, 13 Jun 2024 23:22:18 +0300 Subject: [PATCH] don't align text to right --- static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/style.css b/static/style.css index ac679b2..2faa0f2 100644 --- a/static/style.css +++ b/static/style.css @@ -97,7 +97,6 @@ div.post { .table > .value { margin-left: 1em; - text-align: end; grid-column: 2; }