mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +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");
|
||||
});
|
||||
};
|
||||
|
||||
initComparativeColumnCharts();
|
||||
})();
|
||||
|
|
|
@ -428,6 +428,7 @@ address.dja-address-contact-list {
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 350px;
|
||||
background: var(--darkened-bg);
|
||||
border-top-left-radius: 6px;
|
||||
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 {
|
||||
clear: both;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue