You are here

responsive.tablet.portrait.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 */

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

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

/* Main slider BEGIN */
.view-main-slider .view-content {
  padding: 0;
}
/* Main slider END */

/* Front page BEGIN */
.view-dignities .views-row {
  width: 50%;
}
/* Front page END */

File

themes/brainstorm_theme/css/responsive.tablet.portrait.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. .region-tertiary-content .view-content {
  12. padding: 0;
  13. }
  14. .front .block-title {
  15. padding-left: 0;
  16. padding-right: 0;
  17. }
  18. /* Common END */
  19. /* Footer BEGIN */
  20. .region-tertiary-content .block {
  21. width: 50%;
  22. margin-bottom: 55px;
  23. padding: 0 25px;
  24. }
  25. /* Footer END */
  26. /* Main slider BEGIN */
  27. .view-main-slider .view-content {
  28. padding: 0;
  29. }
  30. /* Main slider END */
  31. /* Front page BEGIN */
  32. .view-dignities .views-row {
  33. width: 50%;
  34. }
  35. /* Front page END */