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

Displaying images wider than text? #108

Open
singhkays opened this issue Oct 27, 2017 · 1 comment
Open

Displaying images wider than text? #108

singhkays opened this issue Oct 27, 2017 · 1 comment

Comments

@singhkays
Copy link
Contributor

I've noticed that the paragraph width is capped at max of 750px however, I'd like my images to be wider than 750px and display in the center like with Medium (examples here). Is this possible?

max-width: 750px;

@nishanths
Copy link
Owner

Sadly, I can't think of a quick one-line solution to this. I'm open to a PR that makes it possible though! Alternatively, you can try overriding some styles in a custom CSS file (if that's easier).

extracssfiles = [ "/css/override.css" ] # In your `static` directory, add/remove files as necessary.

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

No branches or pull requests

2 participants