/*! * # Semantic UI 1.11.4 - Container * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Container *******************************/ /*------------------- Animated --------------------*/ .ui.container { display: block; margin: 0px auto; width: 1190px; } @media only screen and (max-width: 1188px) { .ui.container { width: auto; margin: 0em 1em; } } /******************************* Types *******************************/ /******************************* Theme Overrides *******************************/ /******************************* Site Overrides *******************************/