You are here

brenham-flipped.css in Panels Extra Layouts 7.2

Brenham Flipped panel layout

File

plugins/layouts/brenham_flipped/brenham-flipped.css
View source
  1. /**
  2. * @file
  3. * Brenham Flipped panel layout
  4. **/
  5. .brenham-flipped-container {
  6. margin-bottom: 1em;
  7. }
  8. .brenham-flipped-sidebar {
  9. min-height: 1px;
  10. width: 31.915%;
  11. float: left;
  12. }
  13. .brenham-flipped-content {
  14. width: 68.085%;
  15. float: left;
  16. }
  17. .brenham-flipped-content-inner {
  18. margin-right: 20px;
  19. }
  20. /* iPhone [portrait + landscape] */
  21. @media only screen and (max-width: 480px) {
  22. .brenham-flipped-content,
  23. .brenham-flipped-sidebar {
  24. width: 100%;
  25. float: none;
  26. }
  27. .brenham-flipped-content-inner {
  28. margin-right: 0;
  29. }
  30. }