Skip to content

Commit 2fe91d8

Browse files
authored
Reduce flex-basis from 16% to 12% for project with contributors list (#1228)
Signed-off-by: John Mertic <[email protected]>
1 parent 1d0f987 commit 2fe91d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/custom/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
content: "" !important;
77
}
88
& div {
9-
flex-basis: 16%;
9+
flex-basis: 12%;
1010
margin: 10px;
1111
}
1212
& dt img {

0 commit comments

Comments
 (0)