View Single Post
Old 05-14-2024, 04:36 AM   #17
lucie
Member
lucie began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2024
Device: none
This is what I have in the style sheet for that section.

Code:
p.Dedication {
	color:#000000;
	font-family:"EB Garamond", serif;
	font-size:1em;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:1.25;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:always;
	text-align:center;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
The ParaOverride-2 is I guess from indesign.

text-align:center;
}
lucie is offline   Reply With Quote