Skip to content

Commit 3dbda77

Browse files
committed
Fix alignment of crate-follow button
1 parent ac30409 commit 3dbda77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/styles/crate.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
@include align-items(center);
1010

1111
.wide {
12+
@include display-flex;
13+
@include flex-wrap(wrap);
14+
@include align-items(center);
1215
width: 100%;
1316
}
1417

0 commit comments

Comments
 (0)