Closed sharkswithbraces closed 8 years ago
Gap only occurs up to 640 width. I believe this is messing things up:
@media only screen and (max-width: 640px) .sqs-layout .sqs-row .sqs-block:first-child { padding-top: 14px !important; }
Can we make it 0px or try to remove this?
Should be fixed with PR 87
Will this be fixed with the move to gh-pages?
Gap only occurs up to 640 width. I believe this is messing things up:
@media only screen and (max-width: 640px) .sqs-layout .sqs-row .sqs-block:first-child { padding-top: 14px !important; }
Can we make it 0px or try to remove this?