Created
February 6, 2019 22:21
-
-
Save gera3d/29b65c30373d1654a357cad65432e25f to your computer and use it in GitHub Desktop.
Add custom logo just to mobile
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 (max-width: 1025px) { | |
.wrap > .title-area.show > .site-title > a { | |
min-height: 50px; | |
width: 100%; | |
background: url(https://www.sandiegooralsurgery.com/wp-content/uploads/ALOS-Logos-Retna-Lft.png) no-repeat left top !important; | |
background-size: 150px 50px !important; | |
background-position: left center !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment