Advertisement
maximus87

Black Onyx

Aug 9th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.07 KB | None | 0 0
  1. @media only screen and (max-width: 640px) {
  2. .BlogItem-title {
  3.     margin-bottom: 0;
  4.     font-size: 25px;
  5. }
  6. .Blog-meta.BlogList-item-meta {
  7.     margin-bottom: 0!important;
  8. }
  9. .BlogList-item {
  10.     margin-top: 40px;
  11. }
  12. .BlogList-item+.BlogList-item:before {
  13.     margin-bottom: 40px!important;
  14. }
  15. }
  16. .homepage section:first-child h2 a {
  17.   word-wrap: initial!important;
  18. }
  19. .homepage section:first-child h2 {
  20.     font-family: Lora;
  21.     font-weight: 400;
  22.     letter-spacing: 0.40em;
  23.     font-size: 1rem;
  24.     margin-right: -8px;
  25. position: relative;
  26.   text-transform: uppercase;
  27.   word-wrap: initial!important;
  28. }
  29. .homepage section:first-child h2 a {
  30. position: relative;
  31. }
  32. .homepage section:first-child h2 a:after {
  33.     position: absolute;
  34.     content: '';
  35.     width: calc(100% - 5px);
  36.     height: 1px;
  37.     background: #fff;
  38.     bottom: 0;
  39.     left: 0px;
  40. }
  41. pre {
  42.     font-family: futura-pt;
  43.     font-weight: 500;
  44.     font-style: normal;
  45.     font-size: 0.47rem;
  46.     letter-spacing: 0.8em;
  47.     white-space: initial;
  48.     line-height: 1.6;
  49.   text-transform: uppercase
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement