summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:27:28 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:27:28 -0500
commitfb4316663d3ea404331594dad25601193b6584f5 (patch)
tree14b3a927da49fa919f0c065a6dcd089f5a0135d9
parentf2d9e2563861d644896ff8d3a5585081a20c7ca9 (diff)
Mess with css
-rw-r--r--index.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/index.html b/index.html
index 49dfc7a..69690c2 100644
--- a/index.html
+++ b/index.html
@@ -42,13 +42,11 @@
</a>
</div>
</div>
- <div class="tape-container">
- <div class="side">
- <h3>More Music...</h3>
- <a href="recordings.html">
- <img src="images/famicom-recorder.jpeg" class="tape">
- </a>
- </div>
+ <div class="side">
+ <h3>More Music...</h3>
+ <a href="recordings.html">
+ <img src="images/famicom-recorder.jpeg" class="tape">
+ </a>
</div>
</body>
</html>