.link-item{
    width: 50%;
}

#home-icon{
    width:50%;
}

.button-block button{
    margin-bottom: 10px;
}

@media (max-width: 800px){
    .link-item{
        width:80%;
    }
    #home-icon{
        width:20%;
    }
}