summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:36:07 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:41:38 -0500
commit40cc65a901a016f5290981fd6eb8646f34629133 (patch)
tree5485bee5e3fe79a50919731d2db886fbe490c755 /style.css
parentfb4316663d3ea404331594dad25601193b6584f5 (diff)
Fix: css
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;
+}