Moved text-align property to the raligned CSS class

This commit is contained in:
2024-12-06 21:24:14 +02:00
parent ba8c647355
commit 1da533b544

View File

@ -19,18 +19,18 @@ body {
width: 100%; width: 100%;
bottom: 0; bottom: 0;
font-size: 30px; font-size: 30px;
text-align: right;
padding: 10px; padding: 10px;
} }
.raligned {
right: 0px;
}
.laligned { .laligned {
left: 0px; left: 0px;
} }
.raligned {
right: 0px;
text-align: right;
}
.small { .small {
font-size: 14px; font-size: 14px;
} }