From ab6487786730057f0381bfc7e57aeef5528c24aa Mon Sep 17 00:00:00 2001 From: akiyamn Date: Tue, 7 Jun 2022 18:02:54 +1000 Subject: Reworked ul margins and general flex layout --- src/css/fullonmobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/css/fullonmobile.css') diff --git a/src/css/fullonmobile.css b/src/css/fullonmobile.css index 392ebbb..7f1d784 100644 --- a/src/css/fullonmobile.css +++ b/src/css/fullonmobile.css @@ -1,4 +1,4 @@ -@media only screen and (min-width: 48em) { +@media only screen and (min-width: 640px) { .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .full-width-on-mobile { /* background-color: initial; */ @@ -7,7 +7,7 @@ } } -@media only screen and (max-width: 48em) { +@media only screen and (max-width: 640px) { .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .full-width-on-mobile > .upload-box { border: none; -- cgit v1.2.3