diff --git a/src/ts/app/components/PokemonExplorer/styles/PokemonExplorer.scss b/src/ts/app/components/PokemonExplorer/styles/PokemonExplorer.scss index cf5c397..7380577 100644 --- a/src/ts/app/components/PokemonExplorer/styles/PokemonExplorer.scss +++ b/src/ts/app/components/PokemonExplorer/styles/PokemonExplorer.scss @@ -2,7 +2,8 @@ .wrapper { margin: 0 auto; - flex-basis: 30rem; + // flex-basis: 30rem; + width: 30rem; display: flex; flex-flow: column nowrap; } @@ -121,6 +122,7 @@ display: flex; justify-content: flex-end; background-color: transparent; + padding: 0; & > * { background-color: $main-background-color; @@ -137,7 +139,7 @@ } &.diplayingIvList { - $border-offset: 6px; + $border-offset: 8px; padding: 1.5rem 0 0;