mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 01:22:44 +00:00
Add Styles for Forced Justifcation Tokens
This commit is contained in:
@@ -503,4 +503,23 @@ body { counter-reset : page-numbers 0; }
|
||||
counter-increment : page-numbers;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//*****************************
|
||||
//* Forced Justification
|
||||
//* DELETE WHEN V4 GOES LIVE
|
||||
//*****************************/
|
||||
|
||||
.page {
|
||||
.mdParagraphJustifyLeft {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.mdParagraphJustifyRight {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.mdParagraphJustifyCenter {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user