⚡ Right secondary sidebar
This commit is contained in:
@@ -751,14 +751,14 @@ input[type="radio"]:checked + label + .tab {
|
|||||||
|
|
||||||
.inner-left {
|
.inner-left {
|
||||||
display: flex;
|
display: flex;
|
||||||
order: 2;
|
order: 1;
|
||||||
margin-left: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inner-right {
|
.inner-right {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
order: 1;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $responsiveWidth) {
|
@media (max-width: $responsiveWidth) {
|
||||||
@@ -813,6 +813,6 @@ input[type="radio"]:checked + label + .tab {
|
|||||||
|
|
||||||
.inner-left {
|
.inner-left {
|
||||||
order: 0;
|
order: 0;
|
||||||
margin-left: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user