about summary refs log tree commit diff stats
path: root/js/seed/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/seed/style.css')
-rw-r--r--js/seed/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/seed/style.css b/js/seed/style.css
index 1d70c7f..da35a7a 100644
--- a/js/seed/style.css
+++ b/js/seed/style.css
@@ -67,13 +67,13 @@ button:disabled {
   border: 1.5px solid var(--color-result-border);
   border-radius: 0.3em;
   background: var(--color-result-bg);
-  text-align: center;
 }
 .pokemon-sprite {
   width: 120px;
   height: 120px;
   object-fit: contain;
-  margin-bottom: 0.5em;
+  margin: 0 auto;
+  display: block;
 }
 .error {
   color: var(--color-error);