You are here

responsive.tablet.landscape.css in Brainstorm profile 7

/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Common BEGIN */

.front .block-title {
  padding-left: 0;
  padding-right: 0;
}
/* Common END */

/* Front page BEGIN */
.view-main-slider .view-content {
  padding: 0;
}
.main-slider-text-wrapper {
  padding: 10px 10px 30px 40px;
  width: 67%;
}
.main-slider-image {
  width: 33%;
}
.view-dignities {
  padding: 50px 0;
}
.view-dignities .view-content {
  margin-bottom: 30px;
}
.view-secondary-slider .owl-carousel {
  padding-left: 135px;
  padding-right: 135px;
}
.view-secondary-slider .views-field-title,
.view-secondary-slider .views-field-body,
.view-secondary-slider .views-field-title-1 {
  float: none;
}
.view-secondary-slider .views-field-title {
  margin-top: 15px;
}
.block-recent-news-block .views-field-field-news-image {
  margin-right: 25px;
}
.block-our-mission p {
  width: auto;
}
.block-our-amazing-team-block {
  padding-top: 45px;
  padding-bottom: 35px;
}
/* Front page END */

/* Footer BEGIN */
.region-tertiary-content .view-content {
  padding: 0;
}
.region-tertiary-content .block {
  width: 50%;
  margin-bottom: 55px;
  padding: 0 25px;
}
.view-popular-tags .view-content {
  padding: 0;
}
/* Footer END */

File

themes/brainstorm_theme/css/responsive.tablet.landscape.css
View source
  1. /*
  2. * Important Information about this CSS File
  3. *
  4. * - Do not delete or rename this file, if you do not use it leave it blank (delete
  5. * everything) and the file will be skipped when you enable Production Mode in
  6. * the Global theme settings.
  7. *
  8. * - Read the _README file in this directory, it contains useful help and other information.
  9. */
  10. /* Common BEGIN */
  11. .front .block-title {
  12. padding-left: 0;
  13. padding-right: 0;
  14. }
  15. /* Common END */
  16. /* Front page BEGIN */
  17. .view-main-slider .view-content {
  18. padding: 0;
  19. }
  20. .main-slider-text-wrapper {
  21. padding: 10px 10px 30px 40px;
  22. width: 67%;
  23. }
  24. .main-slider-image {
  25. width: 33%;
  26. }
  27. .view-dignities {
  28. padding: 50px 0;
  29. }
  30. .view-dignities .view-content {
  31. margin-bottom: 30px;
  32. }
  33. .view-secondary-slider .owl-carousel {
  34. padding-left: 135px;
  35. padding-right: 135px;
  36. }
  37. .view-secondary-slider .views-field-title,
  38. .view-secondary-slider .views-field-body,
  39. .view-secondary-slider .views-field-title-1 {
  40. float: none;
  41. }
  42. .view-secondary-slider .views-field-title {
  43. margin-top: 15px;
  44. }
  45. .block-recent-news-block .views-field-field-news-image {
  46. margin-right: 25px;
  47. }
  48. .block-our-mission p {
  49. width: auto;
  50. }
  51. .block-our-amazing-team-block {
  52. padding-top: 45px;
  53. padding-bottom: 35px;
  54. }
  55. /* Front page END */
  56. /* Footer BEGIN */
  57. .region-tertiary-content .view-content {
  58. padding: 0;
  59. }
  60. .region-tertiary-content .block {
  61. width: 50%;
  62. margin-bottom: 55px;
  63. padding: 0 25px;
  64. }
  65. .view-popular-tags .view-content {
  66. padding: 0;
  67. }
  68. /* Footer END */