Grid bug on Marketplace

Not sure if this is the correct place for this (if there is a repo where I can make a PR for this please let me know) but there is a small bug on the Marketplace related to breakpoints:

  • Issue:
    Grid gutters collapsing at https://beta.singularitynet.io/aimarketplace

  • Steps to reproduce:
    Go to aimarketplace and change window width to a value between 1281px and 1420px

  • Fix
    The fix for this involves changing the breakpoint value used on “.jss422 a:nth-child(4n) > div” selector from 1281px to 1420px

    @media (min-width: 1420px)
    .jss94 a:nth-child(4n) > div {
    margin-right: 0;
    }

  • Browser and device:
    Chrome 89.0, Macbook Pro

Happy to make a PR for this if needed.

Thanks,