header {
    padding-top: 28px; 
}

@media (min-width: 768px) { 
    header {
        padding-top: 48px; 
    }
}
 