Skip to content

Instantly share code, notes, and snippets.

@MAXHEADR0OM
Created February 3, 2017 18:55
Show Gist options
  • Save MAXHEADR0OM/af2d7c9dffa54dabd78390e0bab47373 to your computer and use it in GitHub Desktop.
Save MAXHEADR0OM/af2d7c9dffa54dabd78390e0bab47373 to your computer and use it in GitHub Desktop.
Prevents Logo Stretching on Mobile for Divi
@media only screen and (max-width: 981px) {
#logo {
width: 225px; /*change this to adjust the size*/
max-width: 225px !important; /* change this to adjust the size */
height: 100px !important;
max-height: 100px !important;
padding-bottom:12px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment