responsive.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /* only small desktops */
  2. @media (min-width: 992px) and (max-width: 1199px) {
  3. .top-nav-collapse .navbar-brand img {
  4. width: 48%;
  5. }
  6. }
  7. /* tablets */
  8. @media (max-width: 991px) {
  9. .section-title {
  10. font-size: 30px;
  11. margin-bottom: 30px;
  12. }
  13. .pricing-table-item {
  14. margin-bottom: 30px;
  15. }
  16. }
  17. /* only small tablets */
  18. @media (min-width: 768px) and (max-width: 991px) {
  19. .section-title {
  20. font-size: 26px;
  21. margin-bottom: 30px;
  22. }
  23. .top-nav-collapse .navbar-brand img {
  24. width: 48%;
  25. }
  26. .pricing-table-item {
  27. margin-bottom: 30px;
  28. }
  29. .testimonial-item {
  30. padding: 10px;
  31. }
  32. .footer-widget {
  33. margin-bottom: 30px;
  34. }
  35. #copyright .nav-inline {
  36. line-height: 28px;
  37. text-align: left !important;
  38. }
  39. #copyright .nav-inline li a {
  40. padding: 0px 0px 0px 4px;
  41. }
  42. }
  43. /* mobile or only mobile */
  44. @media (max-width: 767px) {
  45. .section-padding {
  46. padding: 50px 0;
  47. }
  48. .section-title {
  49. font-size: 22px;
  50. margin-bottom: 30px;
  51. }
  52. .top-nav-collapse .navbar-brand img {
  53. width: 48%;
  54. }
  55. .btn-lg {
  56. padding: 7px 14px;
  57. font-size: 11px;
  58. }
  59. .btn-border {
  60. font-size: 9px;
  61. padding: 5px 9px;
  62. }
  63. .navbar-brand img {
  64. margin: 5px 0;
  65. width: 80%;
  66. }
  67. #carousel-area .carousel-item .carousel-caption h3 {
  68. font-size: 12px;
  69. }
  70. #carousel-area .carousel-item .carousel-caption h5 {
  71. font-size: 10px;
  72. }
  73. #carousel-area .btn-lg{
  74. margin: 3px;
  75. }
  76. #carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {
  77. border: none;
  78. }
  79. #carousel-area .carousel-control-next i:hover, #carousel-area .carousel-control-prev i:hover {
  80. background: transparent;
  81. border: none;
  82. }
  83. .portfoli-content::before {
  84. left: 30px;
  85. }
  86. .testimonial-item {
  87. padding: 0;
  88. }
  89. .client-item-wrapper img {
  90. width: 70%;
  91. }
  92. .pricing-table-item {
  93. margin-bottom: 30px;
  94. }
  95. .title-head, .contact-info-title {
  96. font-size: 22px;
  97. }
  98. .contact-form {
  99. margin-bottom: 30px;
  100. }
  101. .footer-widget {
  102. margin-bottom: 30px;
  103. }
  104. #copyright .nav-inline {
  105. line-height: 28px;
  106. text-align: left !important;
  107. }
  108. #copyright .nav-inline li a {
  109. padding: 0px 0px 0px 4px;
  110. }
  111. }