PluginProbe
AI Builder – Generate pages, blocks, images & translate with AI / trunk
AI Builder – Generate pages, blocks, images & translate with AI vtrunk
2.7.10 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 All 122 releases
ai-builder / assets / css / paragraphs-2.css

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

45 lines 764 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .paragraph-large {
2 margin-bottom: 30px !important;
3 max-width: 900px;
4 text-align: center;
5 }
6
7 .paragraph-box {
8 margin-bottom: 25px !important;
9 max-width: 800px;
10 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
11 transition: transform 0.3s ease;
12 }
13
14 .paragraph-box:hover {
15 transform: translateY(-2px);
16 }
17
18 .paragraph-steps {
19 margin-bottom: 25px !important;
20 max-width: 500px;
21 padding-left: 20px;
22 }
23
24 .paragraph-steps br {
25 display: block;
26 content: "";
27 margin-top: 12px;
28 }
29
30 @media (max-width: 768px) {
31 .paragraph-large {
32 font-size: 18px !important;
33 padding: 0 20px;
34 }
35
36 .paragraph-box {
37 font-size: 15px !important;
38 padding: 20px !important;
39 }
40
41 .paragraph-steps {
42 font-size: 16px !important;
43 padding-left: 15px;
44 }
45 }