whydcl section style fix, footer style fix

This commit is contained in:
Arvind Tiwari 2018-03-05 18:41:13 +05:30
commit 883118e050
7 changed files with 76 additions and 43 deletions

View file

@ -52,7 +52,10 @@
/* only for editing mode */
.section-figure .cms-plugin {
padding: 10px;
flex-basis: 50%;
flex-grow: 1;
}
.split-section-plain .section-figure .cms-plugin {
flex-grow: 0;
}

View file

@ -436,11 +436,29 @@ textarea {
}
.section-figure .section-image {
padding: 10px;
padding: 25px 15px;
flex-basis: 50%;
flex-grow: 1;
}
.split-section-plain .section-figure .section-image {
flex-grow: 0;
}
.split-section-plain .section-figure {
justify-content: flex-start;
}
@media (min-width: 768px) {
.split-section-plain .split-figure {
width: 41.66666667%;
}
.split-section-plain .split-text {
width: 58.33333333%;
}
}
.section-image img {
margin: auto;
}
@ -1236,12 +1254,12 @@ footer .dcl-link-separator::before {
content: "";
position: absolute;
display: inline-block;
top: 8px;
top: 9px;
bottom: 0;
left: -3px;
left: -2px;
right: 0;
width: 4px;
height: 4px;
width: 2px;
height: 2px;
border-radius: 100%;
background: #777;
}