Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. /* gallery css */
  2. .seo-gallery-section {
  3. margin-left: -1%;
  4. }
  5. .seo-gallery-block {
  6. margin-left: 1%;
  7. width: 24%;
  8. float: left;
  9. margin-bottom: 1%;
  10. background-size: cover;
  11. background-position: center center;
  12. }
  13. .seo-gallery-section-3 .seo-gallery-block-1, .seo-gallery-section-3 .seo-gallery-block-3 {
  14. width: 36.333%;
  15. }
  16. .seo-gallery-section-2 .seo-gallery-block {
  17. width: 49%;
  18. }
  19. .seo-gallery-section-5 .seo-gallery-block.seo-gallery-block-1 {
  20. width: 60%;
  21. }
  22. .seo-gallery-section-5 .seo-gallery-block.seo-gallery-block-2 {
  23. width: 38%;
  24. }
  25. .seo-gallery-section-5 .seo-gallery-block {
  26. width: 32.333%;
  27. }
  28. .seo-gallery-section-6 .seo-gallery-block {
  29. width: 32.333%;
  30. }
  31.  
  32. .seo-gallery-section-7 .seo-gallery-block.seo-gallery-block-1 {
  33. width: 60%;
  34. }
  35. .seo-gallery-section-7 .seo-gallery-block.seo-gallery-block-2 {
  36. width: 38%;
  37. }
  38. .seo-gallery-section-7 .seo-gallery-block.seo-gallery-block-6 {
  39. width: 38%;
  40. }
  41. .seo-gallery-section-7 .seo-gallery-block.seo-gallery-block-7 {
  42. width: 60%;
  43. }
  44. .seo-gallery-section-7 .seo-gallery-block {
  45. width: 32.333%;
  46. }
  47. .seo-gallery-section-8 .seo-gallery-block {
  48. width: 32.333%;
  49. }
  50. .seo-gallery-section-8 .seo-gallery-block.seo-gallery-block-4 {
  51. width: 55%
  52. }
  53. .seo-gallery-section-8 .seo-gallery-block.seo-gallery-block-5 {
  54. width: 43%
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement