#followGrid{
    display:flex;
    flex-flow:row nowrap;
    width:100%;
    justify-content: space-evenly;
    align-items:flex-start;
}