You are here

shortcodes--layout-columns.css in AT Tools 8.3

/**
 * Shortcodes (Layout Columns)
 ============================================================================ */
@media screen and (min-width: 60.0625em) {
  .lc-quarter {
    width: 25%;
  }
  .lc-half {
    width: 50%;
  }
  .lc-three-quarters {
    width: 75%;
  }
  .lc-third {
    width: 33.3334%;
  }
  .lc-two-thirds {
    width: 66.6667%;
  }
}
/*# sourceMappingURL=shortcodes--layout-columns.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/shortcodes--layout-columns.css
View source
  1. /**
  2. * Shortcodes (Layout Columns)
  3. ============================================================================ */
  4. @media screen and (min-width: 60.0625em) {
  5. .lc-quarter {
  6. width: 25%;
  7. }
  8. .lc-half {
  9. width: 50%;
  10. }
  11. .lc-three-quarters {
  12. width: 75%;
  13. }
  14. .lc-third {
  15. width: 33.3334%;
  16. }
  17. .lc-two-thirds {
  18. width: 66.6667%;
  19. }
  20. }
  21. /*# sourceMappingURL=shortcodes--layout-columns.css.map */