Skip to content

Commit 0987a22

Browse files
fix: stack footer stat text
1 parent 681aa11 commit 0987a22

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/theme/Footer/Layout/enhanced-footer.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,10 @@
220220

221221
.footer-stat-item {
222222
display: flex;
223-
align-items: baseline;
223+
flex-direction: column;
224+
align-items: center;
224225
justify-content: center;
225-
gap: 9px;
226+
gap: 8px;
226227
min-height: 76px;
227228
padding: 14px;
228229
background: var(--footer-canvas);
@@ -257,6 +258,7 @@
257258
}
258259

259260
.footer-stat-label {
261+
display: block;
260262
color: var(--footer-stone);
261263
background: none !important;
262264
-webkit-background-clip: border-box !important;

0 commit comments

Comments
 (0)