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%;
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;
}