
.p-30px {
    padding:30px;
}
img.logo {
    width: 50px;
    margin-bottom: .5rem;
}

@media screen and (max-width:468px) {
    img.logo {
        width: 30px;
    }   
}