mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +02:00
layout tweak
This commit is contained in:
parent
d9c1ee82fb
commit
1668381a5c
2 changed files with 3 additions and 1 deletions
|
@ -125,5 +125,6 @@
|
||||||
createComparativeColumnChart("myChart6", "All requests", "Start Date", "End Date");
|
createComparativeColumnChart("myChart6", "All requests", "Start Date", "End Date");
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
initComparativeColumnCharts();
|
initComparativeColumnCharts();
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -428,6 +428,7 @@ address.dja-address-contact-list {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
left: 350px;
|
||||||
background: var(--darkened-bg);
|
background: var(--darkened-bg);
|
||||||
border-top-left-radius: 6px;
|
border-top-left-radius: 6px;
|
||||||
transition: transform .2s ease-out;
|
transition: transform .2s ease-out;
|
||||||
|
@ -461,7 +462,7 @@ address.dja-address-contact-list {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:1199px) {
|
@media screen and (max-width:1256px) {
|
||||||
.submit-row {
|
.submit-row {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue