mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-25 15:07:17 +02:00
15 lines
351 B
CSS
15 lines
351 B
CSS
/**
|
|
* Copyright (c) 2017-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
.blogPostContainer {
|
|
border-bottom: 1px solid #e0e0e0;
|
|
border-radius: 3px;
|
|
padding-bottom: 20px;
|
|
margin: 50px auto;
|
|
text-align: left;
|
|
max-width: 1100px;
|
|
}
|