Skip to content

Commit ef14aa3

Browse files
committed
fix issue with crumple overlay content
1 parent 13b7772 commit ef14aa3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

poems.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
<!-- <script src="./js/main.js"/></script> -->
3737
</head>
3838
<body id="poems">
39-
<section class="writing">
39+
<div class="content-wrapper">
40+
<section class="writing">
4041
<h1 class="header">
4142
<img class="header-img" src="assets/images/flower.svg">
4243
poems
@@ -96,14 +97,15 @@ <h1 class="header">
9697
</p>
9798
</dd>
9899
</dl>
99-
</section>
100-
101-
<footer class="footer" id="footer">
100+
</section>
101+
102+
<footer class="footer" id="footer">
102103
<a class="footer__link--home" href="./index.html">home</a>
103104
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a>
104105
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a>
105106
<a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a>
106-
</footer>
107+
</footer>
108+
</div>
107109

108110
<div class="crumple" aria-hidden="">
109111
<div class="crumple__rect"></div>

0 commit comments

Comments
 (0)