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/buttons_old.css | |
| parent | 44e204689dbb7091ed4e6eff92b30927ebf06ae9 (diff) | |
| download | css-ab6487786730057f0381bfc7e57aeef5528c24aa.tar.gz css-ab6487786730057f0381bfc7e57aeef5528c24aa.zip | |
Reworked ul margins and general flex layout
Diffstat (limited to 'src/css/buttons_old.css')
| -rw-r--r-- | src/css/buttons_old.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/css/buttons_old.css b/src/css/buttons_old.css index 27d5db9..6d51440 100644 --- a/src/css/buttons_old.css +++ b/src/css/buttons_old.css @@ -87,9 +87,7 @@ max-width: calc(50% - 1rem); } -/* Tablet (at least 40em) */ - -@media only screen and (min-width: 40em) { +@media only screen and (min-width: 768px) { .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .btn ~ .btn { margin-left: 0.5rem; } |
