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
I added this and i only see one line and everything else is not visible:
<section class="cd-section visible"> <div> <h2>Page Scroll Effects2 ssss<br/>ssss</h2> <h2>hello</h2> <img src="/img/logo.png" width="100" height="100" /> </div> </section>
The text was updated successfully, but these errors were encountered:
It's because the h2 elements have a value of line-height: 100vh on line 53 of style.css
.cd-section h2 { line-height: 100vh; text-align: center; font-size: 2.4rem; }
adjust that value to a number that will accommodate all of your elements (anything below 33vh should do the trick)
Sorry, something went wrong.
No branches or pull requests
I added this and i only see one line and everything else is not visible:
The text was updated successfully, but these errors were encountered: