headings.css in AI Builder – Generate pages, blocks, images & translate with AI trunk, at assets/css/headings.css
| 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 | } |