layout tweak

This commit is contained in:
Rachid Mrad 2024-03-29 13:58:49 -04:00
parent d9c1ee82fb
commit 1668381a5c
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -125,5 +125,6 @@
createComparativeColumnChart("myChart6", "All requests", "Start Date", "End Date");
});
};
initComparativeColumnCharts();
})();

View file

@ -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;
}