Skip to content

Commit 59d4efd

Browse files
Center stats on homepage for smaller/mobile screen
1 parent d9fd8b4 commit 59d4efd

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)