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%;
bottom: 0;
font-size: 30px;
padding: 10px;
}
.laligned {
@ -28,6 +27,7 @@ body {
.raligned {
background-color: black;
right: 0px;
padding: 10px;
text-align: right;
}