You are here

harris.css in Panels Extra Layouts 7.2

Harris panel layout

File

plugins/layouts/harris/harris.css
View source
  1. /**
  2. * @file
  3. * Harris panel layout
  4. **/
  5. .harris-container {
  6. margin-bottom: 1em;
  7. }
  8. .harris-column-content-region {
  9. min-height: 1px;
  10. width: 25.532%;
  11. float: left;
  12. }
  13. .harris-column-content-region-inner {
  14. margin-right: 20px;
  15. }
  16. .harris-column2 {
  17. width: 23.404%;
  18. }
  19. .harris-column2-inner {
  20. margin-right: 0;
  21. }
  22. .harris-content {
  23. width: 51.064%;
  24. }
  25. /* iPhone [portrait + landscape] */
  26. @media only screen and (max-width: 480px) {
  27. .harris-column-content-region,
  28. .harris-column2,
  29. .harris-content {
  30. width: 100%;
  31. float: none;
  32. }
  33. .harris-column-content-region-inner {
  34. margin-right: 0;
  35. }
  36. }