hooks
hooks copied to clipboard
Fix the larapack.io layout
I propose to fix css-styles to correctly display the hooks grid on larapack.io
.hooks{
display: flex;
flex-wrap: wrap;
}
.hooks .hook .wrapper{
padding-bottom: 50px;
}