Created
September 13, 2019 15:21
-
-
Save Trovin/cf61a24825a692ce99f9d9fde67c71d3 to your computer and use it in GitHub Desktop.
Add on start new project
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
img { | |
max-width: 100%; | |
height: auto; | |
vertical-align: middle; | |
outline: none; | |
user-select: none; | |
&:hover, &:focus { | |
outline: none; | |
user-select: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment