layout.css 270 B

123456789101112
  1. /**
  2. * @file
  3. * This file is used to create generic layout styles.
  4. *
  5. * More specific layout items may be found within their respective files, e.g.
  6. * the layout for two columns is in the layout-2-cols.css file.
  7. */
  8. .container {
  9. max-width: 1200px;
  10. margin: auto;
  11. }