2018-02-13 09:08:01 -08:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2014-present, Facebook, Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the BSD-style license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.Padded {
|
2018-02-12 09:28:31 -08:00
|
|
|
width: 100%;
|
2018-02-12 10:27:16 -08:00
|
|
|
max-width: 1200px;
|
|
|
|
padding: 0 50px;
|
2018-02-12 09:28:31 -08:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|