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