Realigned the death day to the bottom left of the page
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user