Realigned the death day to the bottom left of the page

This commit is contained in:
2024-12-06 21:22:06 +02:00
parent f39f421160
commit ba8c647355
2 changed files with 20 additions and 11 deletions

View File

@ -7,10 +7,10 @@ body {
}
.center {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
position: absolute;
top: 50%;
width: 100%;
text-align: center;
}
.bottom {
@ -18,12 +18,19 @@ body {
position: fixed;
width: 100%;
bottom: 0;
right: 0px;
font-size: 30px;
text-align: right;
padding: 10px;
}
.raligned {
right: 0px;
}
.laligned {
left: 0px;
}
.small {
font-size: 14px;
}
}