diff --git a/src/components/plate/Plate.module.scss b/src/components/plate/Plate.module.scss index 3c41e5d..d5059ac 100644 --- a/src/components/plate/Plate.module.scss +++ b/src/components/plate/Plate.module.scss @@ -95,8 +95,8 @@ .type_plate__my.#{$type} { @include plate_pokemon_type($color); width: 45px; - padding: 0 7px; height: 11px; + padding: 0 7px; img { width: 7px; diff --git a/src/styles/mixin.scss b/src/styles/mixin.scss index f50213d..ab059f5 100644 --- a/src/styles/mixin.scss +++ b/src/styles/mixin.scss @@ -1,13 +1,12 @@ @mixin plate_style { + gap: 3px; width: 95px; height: 33px; display: flex; - padding: 5px 5px 5px 10px; - border-radius: 16.5px; - align-items: center; - // justify-content: center; display: flex; - gap: 3px; + align-items: center; + border-radius: 16.5px; + padding: 5px 5px 5px 10px; img { width: 20px;