We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5724f13 + ca6087e commit c773866Copy full SHA for c773866
addon/styles/typography.css
@@ -98,28 +98,22 @@ h1 {
98
line-height: var(--line-height-hero-2);
99
}
100
101
-h1,
102
-h2,
103
-h3 {
104
- margin-bottom: var(--spacing-1);
105
-}
106
-
107
-.text-xl + *,
108
-h1 + * {
109
- margin-top: var(--spacing-3);
110
111
112
-* + .text-xl {
113
- margin-top: var(--spacing-6);
+h1 {
+ margin-bottom: var(--spacing-2);
114
115
116
-* + .text-lg,
117
-* + h2 {
118
- margin-top: var(--spacing-5);
+h2,
+h3,
+h4,
+h5 {
+ margin-bottom: var(--spacing-1);
119
120
121
-* + .text-md,
122
-* + h3 {
+* + h1,
+* + h2,
+* + h3,
+* + h4,
+* + h5 {
123
margin-top: var(--spacing-3);
124
125
0 commit comments