tailwind-softpop-plugin 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.css +4 -1
package/package.json
CHANGED
package/src/index.css
CHANGED
|
@@ -162,10 +162,13 @@
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
p {
|
|
165
|
-
margin-bottom: 1.5em;
|
|
166
165
|
max-width: 75ch;
|
|
167
166
|
}
|
|
168
167
|
|
|
168
|
+
p + p {
|
|
169
|
+
margin-top: 1.5em;
|
|
170
|
+
}
|
|
171
|
+
|
|
169
172
|
button {
|
|
170
173
|
@apply focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-primary-500/60;
|
|
171
174
|
}
|