Skip to content

Commit

Permalink
fix: css UGH
Browse files Browse the repository at this point in the history
  • Loading branch information
eldu committed Feb 6, 2024
1 parent a4149e4 commit 9e55f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContentPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export function ContentPage() {
<AddPublicationModal />
</div>
<div className="d-flex flex-row justify-content-center align-items-center">
<div className="pub-title pt-2 bg-primary text-white rounded-circle">
<FontAwesomeIcon icon={faBook} />
<div className="pub-title bg-dark rounded-circle p-2 mx-2">
<FontAwesomeIcon icon={faBook} color="white" />
</div>
<h1 className="pl-2">Publications</h1>
</div>
Expand Down

0 comments on commit 9e55f3b

Please sign in to comment.