docusaurus/packages/docusaurus-plugin-content-blog/components/BlogPost/styles.module.css
Endilie Yacop Sucipto 4bd5d3937e
feat(v2): enhance @docusaurus/plugin-content-blog (#1311)
* feat(v2): @docusaurus/plugin-content-blog

* address code review
2019-03-26 01:39:58 +07:00

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;
}