You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
813 B

  1. /*!
  2. * # Semantic UI 1.11.4 - Container
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2014 Contributorss
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Container
  13. *******************************/
  14. /*-------------------
  15. Animated
  16. --------------------*/
  17. .ui.container {
  18. display: block;
  19. margin: 0px auto;
  20. width: 1190px;
  21. }
  22. @media only screen and (max-width: 1188px) {
  23. .ui.container {
  24. width: auto;
  25. margin: 0em 1em;
  26. }
  27. }
  28. /*******************************
  29. Types
  30. *******************************/
  31. /*******************************
  32. Theme Overrides
  33. *******************************/
  34. /*******************************
  35. Site Overrides
  36. *******************************/