added todo sitebar

This commit is contained in:
2020-10-19 13:54:06 +02:00
parent 3f349a36e2
commit 9bc8150ecd
2 changed files with 51 additions and 4 deletions

View File

@@ -7176,8 +7176,8 @@
}
@media (min-width: 64rem) {
.js .cd-schedule {
width: calc(100% - 2*var(--component-padding));
margin-left: auto;
width: calc(100% - 350px);
margin-left: 10px;
margin-right: auto;
max-width: var(--max-width-xl);
}