Moved the background color property to raligned
This commit is contained in:
@ -14,7 +14,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
background-color: black;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 82%;
|
width: 82%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@ -27,6 +26,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.raligned {
|
.raligned {
|
||||||
|
background-color: black;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user