react-code-dataset
/
next.js
/examples
/cms-wordpress
/src
/components
/Templates
/Post
/PostTemplate.module.css
| .post { | |
| max-width: 1000px; | |
| margin: 0 auto; | |
| padding: 30px; | |
| } | |
| .title { | |
| text-align: center; | |
| } | |
| .author { | |
| text-align: center; | |
| color: #666; | |
| margin: 30px 0; | |
| } | |