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