Advertisement
sbstn_becker

Untitled

Jun 18th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.21 KB | None | 0 0
  1. /*
  2. Theme Name: Child Baskerville 2
  3. Theme URI: https://wordpress.com/themes/baskerville-2/
  4. Template: baskerville-2-wpcom
  5. Author: Anders Norén
  6. Author URI: http://www.andersnoren.se
  7. Description: Baskerville 2 is a dynamic, grid-based theme for curators. It's the perfect way to showcase your posts, videos, images and galleries, and share your favorite quotes and links.
  8. Version: 2.0.2.1555957146
  9. Updated: 2019-04-22 20:19:06
  10.  
  11. */
  12.  
  13. .site-header .home-link {
  14.     display: block;
  15.     margin: 0 auto;
  16.     max-width: 1080px;
  17.     min-height: 600px;
  18.     padding: 0 20px;
  19.     text-decoration: none;
  20.     width: 100%;
  21. }
  22.  
  23. .child-page .wrapper.section {
  24.     padding: 0;
  25. }
  26.  
  27. .child-page div#content {
  28.     width: 100%;
  29. }
  30.  
  31. .child-page .hentry {
  32.     background: #f1f1f1;
  33. }
  34.  
  35. .child-page .page-container {
  36.     padding: 0 0.75% 1.5% 0.75%;
  37.     position: relative;
  38.     width: 33.3%;
  39. }
  40.  
  41. .child-page .post-container .hentry {
  42.     background: #fff;
  43. }
  44.  
  45. .child-page .posts-masonry .post-container {
  46.     width: 100%;
  47. }
  48.  
  49. @media (max-width: 600px){
  50.   .child-page .page-container {
  51.     width: 100%;
  52.   }
  53. }
  54.  
  55. .category {
  56.     background: orange;
  57.     color: #fff;
  58.     font-size: 85%;
  59.     position: absolute; left: 10%
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement