diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -80,3 +80,9 @@ button { .tape-deck-img { max-width: 95vw; } + +.img-center { + margin: auto; + width: 50%; + display: block; +} |