-
Notifications
You must be signed in to change notification settings - Fork 2
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
h1 elements are not styled #32
Comments
Hi @maciejmatczak! Thank you very much for this report. It is very useful, not just to add the My idea is to use the Bulma element I am open to any idea! |
Hi @ivanhercaz, thanks for reply. It looks like those are not supposed to be nested at all :D. Maybe ignore it and just use p + .title.is-1 {
margin-top: 2rem;
} |
The idea is to related each heading with each Lines 32 to 42 in fb47c3e
My idea is to apply same What do you think @maciejmatczak? |
@maciejmatczak, one question, what version of Buruma are you using? v. 0.1.0 (via pelican-themes) or 0.2.1 (via the master branch of this repository)? |
Another question: |
This commit is related with #32 and it extends the heading tags inside message-body with .subtitle and .is-* Bulma classes.
Hmmm, Checkout the fiddle. Raw bulma, headers with After you applying |
This change extends the heading tags, from h1 to h6, with the Bulma classes .subtitle and .is-* in order to fix the bug reported in #32. In addition it changes the margin to be lower at the bottom when the headings are in the .message-body.
Ups, excuse me I didn't read it until I already made a PR with a proposal. Yes, I know they are separate classes. The difference between The reason why I I decide to use Could you check the PR I opened (#34) for this? Thank you a lot for your participation. I am really happy that Buruma has your attention ❤️ |
This change adapts the fixes made for the bug reported in #32.
Hello,
Just came across an issue, as in title. In
style.scss
there is no style statement for h1, hence it looks almost like a normal text.Code on left, browser on the right, it's a part from an article:

The text was updated successfully, but these errors were encountered: