PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / trunk
AI Builder – Generate pages, blocks, images & translate with AI vtrunk
2.7.9 2.7.8 2.0.8 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.3.10 2.3.11 All 121 releases
ai-builder / assets / css / paragraphs.css

paragraphs.css in AI Builder – Generate pages, blocks, images & translate with AI trunk, at assets/css/paragraphs.css

38 lines 609 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .paragraph-modern {
2 margin-bottom: 24px !important;
3 max-width: 800px;
4 }
5
6 .paragraph-accent {
7 margin-bottom: 20px !important;
8 max-width: 700px;
9 padding: 20px;
10 background-color: #f8f9fa;
11 border-radius: 8px;
12 }
13
14 .paragraph-feature {
15 margin-bottom: 20px !important;
16 max-width: 600px;
17 }
18
19 .paragraph-feature br {
20 display: block;
21 content: "";
22 margin-top: 8px;
23 }
24
25 @media (max-width: 768px) {
26 .paragraph-modern {
27 font-size: 16px !important;
28 }
29
30 .paragraph-accent {
31 font-size: 15px !important;
32 padding: 15px;
33 }
34
35 .paragraph-feature {
36 font-size: 15px !important;
37 }
38 }