#app-body {
    padding-top: 25px
}

@media only screen and (max-width: 550px) {
    #app-body {
        padding-top: 0px
    }
    
}