help.css in Document Embedder – let visitors read files without downloading 1.8.6, at admin/css/help.css
| 1 | .bplugins-container { |
| 2 | width: 80%; |
| 3 | min-width: 1140px; |
| 4 | margin: 0 auto; |
| 5 | } |
| 6 | .bplugins-container .center { |
| 7 | text-align: center; |
| 8 | } |
| 9 | .bplugins-features { |
| 10 | display: flex; |
| 11 | justify-content: space-between; |
| 12 | } |
| 13 | .bplugins-feature { |
| 14 | background: #ffffff; |
| 15 | padding: 20px; |
| 16 | } |
| 17 | .bplugins-feature i { |
| 18 | font-size: 30px; |
| 19 | color: #4527a4; |
| 20 | } |
| 21 | .bplugins-feature h3 { |
| 22 | margin-bottom: 10px; |
| 23 | font-size: 17px; |
| 24 | } |
| 25 | .bplugins-feature p { |
| 26 | margin-top: 0; |
| 27 | font-weight: 400; |
| 28 | } |
| 29 | /* .bplugins-features .col:first-child { |
| 30 | margin-left: 0; |
| 31 | } |
| 32 | .bplugins-features .col:last-child { |
| 33 | margin-right: 0; |
| 34 | } */ |
| 35 | .bplugins-container .row [class^="col"] { |
| 36 | margin: 0.5rem 1%; |
| 37 | } |
| 38 |