Remove space between pictures in collections section

@ak74

Use below css to make collection link bigger

@media (min-width:768px) { .collection-list-wrapper.page-width{ margin: 0; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 0; max-width: 100%; } }