Refactor CSS pt. 1 (remove custom css in favour of Bootstrap's)

This commit is contained in:
riggraz
2019-09-15 18:26:51 +02:00
parent e92aa9842c
commit a964b3627f
16 changed files with 163 additions and 281 deletions

View File

@@ -74,7 +74,7 @@ class BoardP extends React.Component<Props> {
const { filters } = posts;
return (
<div className="boardContainer">
<div className="boardContainer d-flex justify-content-between align-items-start">
<div className="sidebar">
<NewPost
board={board}