Moved text-align property to the raligned CSS class
This commit is contained in:
@ -19,18 +19,18 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
text-align: right;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.raligned {
|
|
||||||
right: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.laligned {
|
.laligned {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.raligned {
|
||||||
|
right: 0px;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.small {
|
.small {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
Reference in New Issue
Block a user