minor style fixes
This commit is contained in:
parent
d85e1c671b
commit
3cd89e244e
5 changed files with 14 additions and 11 deletions
|
|
@ -430,12 +430,12 @@ textarea {
|
|||
|
||||
.section-figure .cms-plugin {
|
||||
padding: 10px;
|
||||
flex-basis: 50%;
|
||||
flex-basis: 50%;
|
||||
}
|
||||
|
||||
@media (max-width: 420px) {
|
||||
.section-figure .cms-plugin {
|
||||
flex-basis: 100%;
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1249,5 +1249,9 @@ footer .dcl-link-separator::before {
|
|||
width: 4px;
|
||||
height: 4px;
|
||||
border-radius: 100%;
|
||||
background: #777;
|
||||
}
|
||||
background: #777;
|
||||
}
|
||||
|
||||
.whydcl-header .container {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue