0
0
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:
David Bolack
2024-11-22 20:45:58 -06:00
parent 440ad516df
commit deb9c6651f
10 changed files with 1133 additions and 1 deletions

View File

@@ -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;
}
}