pages-themes / primer

Primer is a Jekyll theme for GitHub Pages

Home Page:https://pages-themes.github.io/primer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kramdown align.center problem

ChristopherA opened this issue · comments

When using jekyll-theme-primer on markdown-based github pages with kramdown enabled, sizing an as the first image on a page works using a kramdown tag:

![logo](./images/logo.png){: height="50%" width="50%" }

However, adding the .align-center tag does not center (but the sizing still works).

![logo](./images/logo.png){: .align-center height="50%" width="50%" }

There does seem to be support for .align-center in the jekyll-theme-primer CSS, but there must be something subtle going on where it isn't happening.

Ideas?

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Still an issue.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.