Guest User

Untitled

a guest
Oct 23rd, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. .archive-article {
  2. display: block;
  3. padding-top: 10px;
  4. padding-bottom: 10px;
  5. color: $black;
  6. border-bottom: 1px dashed $grey;
  7. .thumbnail.small {
  8. margin-bottom: 15px;
  9. padding: 0;
  10. width: 100%;
  11. height: 120px;
  12. position: relative;
  13. background-image: url("https://i.stack.imgur.com/wqf9I.png");
  14. background-size: cover;
  15. background-position: center;
  16. }
  17. }
Add Comment
Please, Sign In to add comment