Skip to content

Commit

Permalink
Improved visual break between posts
Browse files Browse the repository at this point in the history
* Added bottom padding
* Added bottom border and author in the footer of each post
* Removed author, kept the line
* Added more margin at the top of the line
  • Loading branch information
rjayroso committed Apr 19, 2021
1 parent 9552b7f commit 239235f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/web/src/components/Posts/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ const useStyles = makeStyles((theme: Theme) =>
createStyles({
root: {
padding: '0',
paddingBottom: '2em',
marginBottom: '3em',
borderBottom: '1.5px solid #cccccc',
fontSize: '1.5rem',
width: '100%',
backgroundColor: theme.palette.background.default,
Expand Down

0 comments on commit 239235f

Please sign in to comment.