Skip to content

Commit

Permalink
remove erroneous hardcoded styles
Browse files Browse the repository at this point in the history
  • Loading branch information
khamer committed May 13, 2019
1 parent 3000379 commit 7179323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/styles/utilities/sticky-element/sticky-element.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<aside class="sticky-element element-fixed" style="position: fixed; top: 100px;">
<aside class="sticky-element">
<h3>This will stick for 500 pixels</h3>
<p style="margin-bottom: 400px">
<p>
WOW SUCH STICK VERY STABLE
</p>
</aside>
Expand Down

0 comments on commit 7179323

Please sign in to comment.