summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
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;
+}