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.
|
|
/*! * # 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 *******************************/
|