We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All the h1, h2 and h3 have a positive padding-top and a negative margin-top like:
h1
h2
h3
padding-top
margin-top
gridsome.org/src/assets/style/docs.scss
Lines 21 to 23 in f563027
Because of this negative margin-top the text above any title can't be selected (in the green area):
Can't we just do something like:
h1, h2, h3 { margin-top: 6rem; }
If yes, I'm happy to open a PR. Otherwise I'm curious about the usage of a negative margin/positive padding in this case?
The text was updated successfully, but these errors were encountered:
I solved this problem, but ... can you add my pool request and then I will create a new one?
Sorry, something went wrong.
tomtev
No branches or pull requests
All the
h1
,h2
andh3
have a positivepadding-top
and a negativemargin-top
like:gridsome.org/src/assets/style/docs.scss
Lines 21 to 23 in f563027
Because of this negative
margin-top
the text above any title can't be selected (in the green area):Solution
Can't we just do something like:
If yes, I'm happy to open a PR.
Otherwise I'm curious about the usage of a negative margin/positive padding in this case?
The text was updated successfully, but these errors were encountered: