From 7cab6c367e33147672f5ea9f0cd7affa66609b8d Mon Sep 17 00:00:00 2001 From: Jeff Colombo Date: Sat, 23 Feb 2019 22:03:25 -0500 Subject: [PATCH] fix container sizes --- .../components/PokemonExplorer/styles/PokemonExplorer.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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;