Skip to content

Commit

Permalink
fix: release-log class added
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Oct 23, 2023
1 parent 74b6130 commit 24a6f17
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 @@ -28,7 +28,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 className="py-4">
Release Log - Lista degli aggiornamenti io-Comune v7
</h1>
Expand Down

0 comments on commit 24a6f17

Please sign in to comment.