mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Refactor CSS pt. 1 (remove custom css in favour of Bootstrap's)
This commit is contained in:
@@ -19,7 +19,7 @@ class Roadmap extends React.Component<Props> {
|
||||
const { postStatuses, posts, boards } = this.props;
|
||||
|
||||
return (
|
||||
<div className="roadmapColumns">
|
||||
<div className="roadmapColumns d-flex justify-content-between flex-wrap">
|
||||
{postStatuses.map((postStatus, i) => (
|
||||
<PostListByPostStatus
|
||||
postStatus={postStatus}
|
||||
@@ -34,4 +34,4 @@ class Roadmap extends React.Component<Props> {
|
||||
}
|
||||
}
|
||||
|
||||
export default Roadmap;
|
||||
export default Roadmap;
|
||||
Reference in New Issue
Block a user