Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How about centering the sheet in the center of the screen? #20

Closed
arivera12 opened this issue Nov 15, 2017 · 1 comment
Closed

How about centering the sheet in the center of the screen? #20

arivera12 opened this issue Nov 15, 2017 · 1 comment

Comments

@arivera12
Copy link

I think for visual purpose for the clients/users centering the sheet is great for them. So I added this small line of css for centering the sheets without affecting the print result.

.sheet {
     margin: 0 auto;
}

I have used this small brilliant perfect fit css lib combined with normalize.css for all my docs and they just render perfectly on every browser! Thanks in advance!

@cognitom
Copy link
Owner

Thanks @arivera12.
#21 includes this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants