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 / headings.css

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

28 lines 433 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .heading-modern {
2 margin-bottom: 20px !important;
3 text-align: center;
4 }
5
6 .heading-minimal {
7 margin-bottom: 16px !important;
8 text-align: left;
9 }
10
11 .heading-accent {
12 margin-bottom: 12px !important;
13 text-align: left;
14 }
15
16 @media (max-width: 768px) {
17 .heading-modern {
18 font-size: 36px !important;
19 }
20
21 .heading-minimal {
22 font-size: 28px !important;
23 }
24
25 .heading-accent {
26 font-size: 24px !important;
27 }
28 }