@media (max-width: 768px) {
.header-class { /* Replace with your actual header class */
height: 60px; /* Adjust the height */
padding: 10px 0; /* Reduce padding */
}
.header-class img { /* If you have a logo */
max-height: 40px; /* Scale the logo down */
}
}