@anydigital/atomic-bricks 1.0.0-alpha.5 → 1.0.0-alpha.6

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.
@@ -29,6 +29,12 @@ body > main {
29
29
  flex-grow: 1;
30
30
  }
31
31
 
32
+ .prose {
33
+ /* Container-like behavior with padding and auto margins */
34
+ padding: 1rem;
35
+ margin-inline: auto;
36
+ }
37
+
32
38
  .prose a {
33
39
  text-underline-offset: 0.1em;
34
40
  text-decoration-thickness: 1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anydigital/atomic-bricks",
3
- "version": "1.0.0-alpha.5",
3
+ "version": "1.0.0-alpha.6",
4
4
  "description": "Framework-agnostic CSS utility helpers for modern web development",
5
5
  "main": "dist/atomic-bricks.css",
6
6
  "style": "dist/atomic-bricks.css",
package/src/_prose.css CHANGED
@@ -1,4 +1,8 @@
1
1
  .prose {
2
+ /* Container-like behavior with padding and auto margins */
3
+ padding: 1rem;
4
+ margin-inline: auto;
5
+
2
6
  a {
3
7
  text-underline-offset: 0.1em;
4
8
  text-decoration-thickness: 1px;