🎨 Update ProfessorPokeball component styling to center align with block display and auto margins
This commit is contained in:
@@ -30,7 +30,8 @@ const props = withDefaults(defineProps(), {
|
||||
|
||||
<style scoped>
|
||||
.professor-pokeball {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.professor-pokeball svg {
|
||||
|
||||
Reference in New Issue
Block a user