I’m using custom CSS on the McLuhan theme, and I’d like to adjust the margins for chapter pages (i.e. specify different margins for right and left facing pages).
I understand that I can use @page to specify different margins for left and right pages across an entire book but I am not sure how to limit this style to actual chapters only. Right now if I apply specific margins using @page it adjusts the margins on the title page, ToC etc, which I would prefer to avoid.
Is it necessary to create a @page group and then apply that group to the chapter (or ugc) div class? Or is there an easier way to achieve this that I am totally missing?