Skip to content

Commit b715837

Browse files
committed
fix: added header for seo
1 parent 12a8400 commit b715837

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>CoCreate-parallax</h2>
4444
<a href="https://github.com/CoCreate-app/CoCreate-parallax" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
4545
</div>
4646
</div>
47-
<p class="max-width:500px margin:20px_10px line-height:1.5">A stunning css effect in which the background moves at a slower pace than the foreground. Resulting in 3D effect when users scroll up/down the webpage.</p>
47+
<h1 class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">A stunning css effect in which the background moves at a slower pace than the foreground. Resulting in 3D effect when users scroll up/down the webpage.</h1>
4848
<div id="parallax-section" class="display:flex flex-wrap:wrap">
4949
<div class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
5050
<div id="parallax-install" class="border-bottom:1px_solid_lightgrey" data-scroll data-scroll_intersect="color:dodgerblue" data-scroll_target="#parallax-install-section">

src/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
background-position: center;
66
background-repeat: no-repeat;
77
background-size: cover;
8-
98
}

0 commit comments

Comments
 (0)