summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--style.css6
2 files changed, 7 insertions, 1 deletions
diff --git a/index.html b/index.html
index 69690c2..1ced491 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,7 @@
<div class="side">
<h3>More Music...</h3>
<a href="recordings.html">
- <img src="images/famicom-recorder.jpeg" class="tape">
+ <img src="images/famicom-recorder.jpeg" class="img-center">
</a>
</div>
</body>
diff --git a/style.css b/style.css
index adb51fa..e32e7a6 100644
--- a/style.css
+++ b/style.css
@@ -80,3 +80,9 @@ button {
.tape-deck-img {
max-width: 95vw;
}
+
+.img-center {
+ margin: auto;
+ width: 50%;
+ display: block;
+}