Skip to content

Commit

Permalink
Merge pull request #4 from Trueffeloot/centralize-container
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheenoh authored Aug 7, 2023
2 parents f58c1a0 + baeb4d6 commit 2eca4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Index() {
<div className="container">
<h2 className="hero__title" title="Current decompilation progress">
<Link to="/progress">
<span className="text-hilight">{progressText.data || "??.???%"}</span>
<span className="text-hilight">{progressText.data || "??.??%"}</span>
</Link>
</h2>
<div className="row">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/progress.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.container {
flex: 0;
align-self: center;
margin: 0 auto;
margin: 125px auto;
max-width: 1000px;
width: 100%;

Expand Down

0 comments on commit 2eca4c2

Please sign in to comment.