forked from platypush/platypush
Align .section.right content to the right
This commit is contained in:
parent
b22df768eb
commit
321a61d06d
1 changed files with 4 additions and 0 deletions
|
@ -384,6 +384,10 @@ export default {
|
|||
width: 10%;
|
||||
}
|
||||
|
||||
&.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
&.center {
|
||||
width: 80%;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue