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/buttons.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/css/buttons.css') diff --git a/src/css/buttons.css b/src/css/buttons.css index e4e3289..176b226 100644 --- a/src/css/buttons.css +++ b/src/css/buttons.css @@ -70,9 +70,7 @@ color: var(--white); } -/* Buttons fill entire horizontal width on displays below 640px (this number was taken from the original syling) */ - -@media only screen and (max-width: 639px) { +@media only screen and (max-width: 640px) { .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .btn { display: block; width: 100%; -- cgit v1.2.3