Removed padding and added it to raligned

This commit is contained in:
2024-12-06 21:45:49 +02:00
parent a7313bb197
commit 7f3e20a492

View File

@ -18,7 +18,6 @@ body {
width: 82%; width: 82%;
bottom: 0; bottom: 0;
font-size: 30px; font-size: 30px;
padding: 10px;
} }
.laligned { .laligned {
@ -28,6 +27,7 @@ body {
.raligned { .raligned {
background-color: black; background-color: black;
right: 0px; right: 0px;
padding: 10px;
text-align: right; text-align: right;
} }