summaryrefslogtreecommitdiff
path: root/src/css/buttons.css
diff options
context:
space:
mode:
authorakiyamn2022-06-07 18:02:54 +1000
committerakiyamn2022-06-07 18:02:54 +1000
commitab6487786730057f0381bfc7e57aeef5528c24aa (patch)
tree00c49db40b5a0d56a84193067a3304496e49359f /src/css/buttons.css
parent44e204689dbb7091ed4e6eff92b30927ebf06ae9 (diff)
downloadcss-ab6487786730057f0381bfc7e57aeef5528c24aa.tar.gz
css-ab6487786730057f0381bfc7e57aeef5528c24aa.zip
Reworked ul margins and general flex layout
Diffstat (limited to 'src/css/buttons.css')
-rw-r--r--src/css/buttons.css4
1 files changed, 1 insertions, 3 deletions
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%;