diff --git a/AirportAlphabetGame/sass/core.sass b/AirportAlphabetGame/sass/core.sass index c52983c..436182a 100644 --- a/AirportAlphabetGame/sass/core.sass +++ b/AirportAlphabetGame/sass/core.sass @@ -108,10 +108,10 @@ h1 display: none section:first-of-type - flex-basis: 70% + flex-basis: 50% section:nth-of-type(2) - flex-basis: 30% + flex-basis: 50% @include mobile diff --git a/AirportAlphabetGame/wwwroot/styles/core.css b/AirportAlphabetGame/wwwroot/styles/core.css index 6a662df..0f201ca 100644 --- a/AirportAlphabetGame/wwwroot/styles/core.css +++ b/AirportAlphabetGame/wwwroot/styles/core.css @@ -114,10 +114,10 @@ h1 { display: none; } #pageContainer section#input article form section:first-of-type { - flex-basis: 70%; + flex-basis: 50%; } #pageContainer section#input article form section:nth-of-type(2) { - flex-basis: 30%; + flex-basis: 50%; } @media screen and (max-width: 900px) { #pageContainer section#input article {