From 15fbf7b57cef63bc32fa1778de6f2baba8f906b7 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 2 Nov 2024 20:01:20 +1000 Subject: [PATCH] CSS --- AirportAlphabetGame/sass/core.sass | 4 ++-- AirportAlphabetGame/wwwroot/styles/core.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {