@half-built/css 0.4.1 → 0.5.0
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/patterns.css +6 -0
package/package.json
CHANGED
package/src/patterns.css
CHANGED
|
@@ -130,6 +130,12 @@
|
|
|
130
130
|
align-items: center;
|
|
131
131
|
gap: 10px;
|
|
132
132
|
}
|
|
133
|
+
/* Centered row: a lone call to action in a prose column sits in the
|
|
134
|
+
middle rather than hard against the left edge (the blog's demo
|
|
135
|
+
launcher and its link-out buttons). Same row, one modifier. */
|
|
136
|
+
.button-row-center {
|
|
137
|
+
justify-content: center;
|
|
138
|
+
}
|
|
133
139
|
|
|
134
140
|
/* Tint overlay: fills the element with ink at low opacity without
|
|
135
141
|
introducing a second color (current nav item 0.2, footer bar 0.1).
|