From 1da533b544ceb35dcfb3494ee7b866453a7115ed Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 6 Dec 2024 21:24:14 +0200 Subject: [PATCH] Moved text-align property to the raligned CSS class --- static/styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/styles.css b/static/styles.css index d5e0ba1..0f38070 100644 --- a/static/styles.css +++ b/static/styles.css @@ -19,18 +19,18 @@ body { width: 100%; bottom: 0; font-size: 30px; - text-align: right; padding: 10px; } -.raligned { - right: 0px; -} - .laligned { left: 0px; } +.raligned { + right: 0px; + text-align: right; +} + .small { font-size: 14px; } \ No newline at end of file