From 40cc65a901a016f5290981fd6eb8646f34629133 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Sat, 21 Mar 2020 15:36:07 -0500 Subject: Fix: css --- index.html | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 69690c2..1ced491 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

More Music...

- +
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; +} -- cgit v1.2.3