diff options
| author | akiyamn | 2022-06-07 18:02:54 +1000 |
|---|---|---|
| committer | akiyamn | 2022-06-07 18:02:54 +1000 |
| commit | ab6487786730057f0381bfc7e57aeef5528c24aa (patch) | |
| tree | 00c49db40b5a0d56a84193067a3304496e49359f /src/css/fullonmobile.css | |
| parent | 44e204689dbb7091ed4e6eff92b30927ebf06ae9 (diff) | |
| download | css-ab6487786730057f0381bfc7e57aeef5528c24aa.tar.gz css-ab6487786730057f0381bfc7e57aeef5528c24aa.zip | |
Reworked ul margins and general flex layout
Diffstat (limited to 'src/css/fullonmobile.css')
| -rw-r--r-- | src/css/fullonmobile.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
