-
-
Save Mediatros/7a282e80a706198df0351c01caa1b181 to your computer and use it in GitHub Desktop.
Divi Mobile Logo Size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media only screen and (max-width: 981px) { | |
#logo { | |
height: 100px; /*change this to adjust the size*/ | |
max-height: 100px !important; /* change this to adjust the size */ | |
padding-bottom:12px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment