/*
 Theme Name:   Head and Code
 Theme URI:    https://headandcode.com/
 Description:  Default GeneratePress child theme
 Author:       Frank Rösch
 Author URI:   https://headandcode.com/
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  gpchild
*/

@media (max-width: 767px) {
    .site-logo {
        max-width: 80%;
        margin-top: -2px;
    }

    .navigation-branding {
        max-width: 80%;
    }
}