Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. .site-inner.full {
  2. padding: 0;
  3. max-width: none;
  4. }
  5.  
  6. .front-page-section {
  7. padding: 150px 0;
  8. }
  9.  
  10. .front-page-section:nth-child(odd) {
  11. background-color: #f7f7f7;
  12. }
  13.  
  14. .front-page-section:nth-child(even) {
  15. background-color: #fff;
  16. }
  17.  
  18. .front-page-section .widget-title {
  19. text-align: center;
  20. font-size: 40px;
  21. margin-bottom: 40px;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement