From 7f3e20a4925e1da07e55ab6ad2e628aa93479893 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 6 Dec 2024 21:45:49 +0200 Subject: [PATCH] Removed padding and added it to raligned --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index cce78ec..317a159 100644 --- a/static/styles.css +++ b/static/styles.css @@ -18,7 +18,6 @@ body { width: 82%; bottom: 0; font-size: 30px; - padding: 10px; } .laligned { @@ -28,6 +27,7 @@ body { .raligned { background-color: black; right: 0px; + padding: 10px; text-align: right; }