Created
October 30, 2017 09:55
-
-
Save designbykrista/edc3ebe18edbbb227960d682eadc6e86 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