18 lines
302 B
SCSS
18 lines
302 B
SCSS
|
|
.qubely-section {
|
||
|
|
|
||
|
|
.qubely-container {
|
||
|
|
max-width: var(--theme-block-max-width) !important;
|
||
|
|
padding-left: 0 !important;
|
||
|
|
padding-right: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
&.alignfull {
|
||
|
|
.qubely-container {
|
||
|
|
width: var(--theme-block-width) !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
p:last-child {
|
||
|
|
margin-bottom: 0 !important;
|
||
|
|
}
|
||
|
|
}
|