Skip to content

Commit f554928

Browse files
committed
Fix width of columns on the homepage
1 parent 74d6fcb commit f554928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/home.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191
li a:hover { background-color: darken($main-bg-dark, 5%); }
9292
}
9393

94-
#home-crates > div { @include flex-grow(1); }
94+
#home-crates > div { width: 33%; }

0 commit comments

Comments
 (0)