|
|
@@ -116,16 +116,16 @@ html.is-resizing-buf {
|
|
|
|
|
|
main.ls-fold-button-on-right {
|
|
|
#main-content-container {
|
|
|
- padding: 0 15px;
|
|
|
-
|
|
|
-
|
|
|
+ padding-right:12px;
|
|
|
+ padding-left: 12px;
|
|
|
+
|
|
|
.page-blocks-inner {
|
|
|
margin-left: 0 !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.cp__sidebar-left-layout {
|
|
|
- width: 16px;
|
|
|
+ width: 15px;
|
|
|
}
|
|
|
|
|
|
.ls-block {
|
|
|
@@ -142,5 +142,9 @@ main.ls-fold-button-on-right {
|
|
|
display: block !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .block-content-wrapper {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
}
|