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

Can each section only have one line? #4

Open
philmetzger opened this issue May 26, 2018 · 1 comment
Open

Can each section only have one line? #4

philmetzger opened this issue May 26, 2018 · 1 comment

Comments

@philmetzger
Copy link

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>
@rtboudreau
Copy link

rtboudreau commented Jun 6, 2018

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)

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

No branches or pull requests

2 participants