Moved the background color property to raligned

This commit is contained in:
2024-12-06 21:44:18 +02:00
parent 288bacd659
commit a7313bb197

View File

@ -14,7 +14,6 @@ body {
}
.bottom {
background-color: black;
position: fixed;
width: 82%;
bottom: 0;
@ -27,6 +26,7 @@ body {
}
.raligned {
background-color: black;
right: 0px;
text-align: right;
}