Skip to content

Commit 63e987e

Browse files
2 parents 1ed2d25 + 59d4efd commit 63e987e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/styles/home.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ button.small {
9696

9797
@media only screen and (max-width: 530px) {
9898
@include flex-direction(column);
99-
#stats { border: none; }
99+
#stats {
100+
border: none;
101+
margin: auto;
102+
}
100103
.crates, .downloads {
101104
@include justify-content(center);
102105
}

0 commit comments

Comments
 (0)