Advertisement
lester22

Untitled

May 4th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. //home
  2. #content {
  3. padding:0;
  4. }
  5.  
  6.  
  7. //learn to drive
  8. .ltd_section1_text {
  9. display: -webkit-flex;
  10. display: -moz-flex;
  11. display: -ms-flex;
  12. display: -o-flex;
  13. display: flex;
  14. margin:0;
  15. }
  16. .ltd_section1_text .vc_col-sm-3 {
  17. width:270px;
  18. margin-right: 30px;
  19. flex-shrink: 0;
  20. }
  21. .ltd_section1_text .vc_col-sm-3 .vc_column-inner {
  22. padding:0;
  23. }
  24. .ltd_left {
  25. width: auto;
  26. margin-right: 0;
  27. }
  28.  
  29.  
  30. //contact
  31. .contact_form {
  32. width:270px;
  33. flex-grow: 0;
  34. }
  35. .contact_form .vc_column-inner {
  36. padding:0;
  37. }
  38. .contact_col2 {
  39. padding-left:20px;
  40. }
  41. .contact_body div:nth-last-child(1) {
  42. margin-top:100px;
  43. }
  44.  
  45.  
  46.  
  47. @media (max-width: 1450px) {
  48. .contact_body div:nth-last-child(1) { //contact
  49. width:40%;
  50. margin-top:200px;
  51. }
  52. }
  53. @media (max-width: 1200px) {
  54. .contact_col2 { //contact
  55. padding-left: 0;
  56. margin-left: 100px;
  57. }
  58. .contact_body div:nth-last-child(1) { //contact
  59. width:100%;
  60. margin-top:0;
  61. }
  62. }
  63. @media (max-width: 850px) {
  64. .section1 .vc_col-sm-3{ //home
  65. margin: 0 auto;
  66. }
  67. .ltd_section1_text .vc_col-sm-3 {
  68. flex-shrink: 1;
  69. }
  70. }
  71. @media (min-width: 768px) {
  72. .container { //home
  73. width:auto;
  74. }
  75. .section1 .vc_col-sm-3 { //home
  76. widows: 270px;
  77. }
  78. .section1 .vc_col-sm-9 { //home
  79. width: auto;
  80. }
  81. }
  82. @media (max-width: 767px) {
  83. .ltd_left p { //learn to drive
  84. text-align: left;
  85. }
  86. .ltd_li { //learn to drive
  87. margin-left: 25px;
  88. }
  89. .vk-col-sm-3 {
  90. width: auto;
  91. float: left;
  92. }
  93. .img_with_shadow {
  94. margin-bottom: 5px;
  95. }
  96. .ltd_section1_text .vc_col-sm-3 { //learn to drive
  97. width: 35%;
  98. float: left;
  99. }
  100. .ltd_section1_text .vc_col-sm-3 .wpb_single_image { //learn to drive
  101. margin-bottom: 0;
  102. }
  103. .ltd_section1_text img { //learn to drive
  104. margin-bottom: 5px;
  105. }
  106. .contact_form, .contact_col2 { //contact
  107. width:auto;
  108. }
  109. .contact_col2 { //contact
  110. margin-left:20px;
  111. }
  112. .contact_body div:nth-last-child(1) { //contact
  113. width: 90%;
  114. }
  115. .contact_body { //contact
  116. width: 98%;
  117. margin:auto;
  118. }
  119. }
  120. @media (max-width: 700px) {
  121. .ltd_section1_text img, .ltd_left { //learn to drive
  122. width: 100%;
  123. }
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement