Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Make the avatar appear on mobile */
- @media only screen and (max-width: 480px) {
- .commentlist .avatar {
- display: block;
- }
- .comment-body {
- padding-left: 55px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement