Created
February 22, 2019 16:15
-
-
Save simistern/b0bccceab43f1cf0e03b22892a8946ee to your computer and use it in GitHub Desktop.
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
.app { | |
width: 95%; | |
margin: 0 auto; | |
} | |
.comment-link { | |
font-size: .8em; | |
} | |
.image-preview-holder { | |
margin-top: 10px; | |
} | |
.icon { | |
cursor: pointer; | |
} | |
.image-preview { | |
display: none; | |
max-width: 100%; | |
} | |
.list-group-item { | |
padding-bottom: 25px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment