Skip to content

Commit

Permalink
fix: release-log class added (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB authored Oct 24, 2023
1 parent e2ad7b6 commit 92e5a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ReleaseLog/ReleaseLog.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h2 {
.release-log h2 {
border-top: 1px solid grey;
font-weight: 600 !important;
}
2 changes: 1 addition & 1 deletion src/components/ReleaseLog/ReleaseLog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const ReleaseLog = () => {
<Helmet>
<meta name="robots" content="noindex" />
</Helmet>
<Container className="px-4 my-4">
<Container className="px-4 my-4 release-log">
<h1>Lista degli aggiornamenti</h1>
<Nav tabs className="mb-3">
{LOGS_TO_VIEW.filter((log) => log.file != null).map((log) => (
Expand Down

0 comments on commit 92e5a68

Please sign in to comment.