🎨 Update ProfessorPokeball component styling to center align with block display and auto margins

This commit is contained in:
2026-01-28 05:00:48 +00:00
parent 6c39b9d956
commit 45d10af644

View File

@@ -30,7 +30,8 @@ const props = withDefaults(defineProps(), {
<style scoped> <style scoped>
.professor-pokeball { .professor-pokeball {
display: inline-block; display: block;
margin: 0 auto;
} }
.professor-pokeball svg { .professor-pokeball svg {