Right secondary sidebar

This commit is contained in:
liyasthomas
2019-11-17 15:04:06 +05:30
parent d3aa8e03a2
commit ce8e2c6684

View File

@@ -751,14 +751,14 @@ input[type="radio"]:checked + label + .tab {
.inner-left {
display: flex;
order: 2;
margin-left: 16px;
order: 1;
margin-right: 16px;
}
.inner-right {
display: flex;
width: 25%;
order: 1;
order: 2;
}
@media (max-width: $responsiveWidth) {
@@ -813,6 +813,6 @@ input[type="radio"]:checked + label + .tab {
.inner-left {
order: 0;
margin-left: 0;
margin-right: 0;
}
}