Align .section.right content to the right

This commit is contained in:
Fabio Manganiello 2022-04-24 11:30:52 +02:00
parent b22df768eb
commit 321a61d06d
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 4 additions and 0 deletions

View File

@ -384,6 +384,10 @@ export default {
width: 10%;
}
&.right {
text-align: right;
}
&.center {
width: 80%;
text-align: center;