Removed padding and added it to raligned
This commit is contained in:
@ -18,7 +18,6 @@ body {
|
|||||||
width: 82%;
|
width: 82%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.laligned {
|
.laligned {
|
||||||
@ -28,6 +27,7 @@ body {
|
|||||||
.raligned {
|
.raligned {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
padding: 10px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user