Skip to content

Commit

Permalink
fix: optimize the layout and delete some unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce-Jay committed Sep 22, 2024
1 parent 4ddbdeb commit 3494835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/DevLeaderboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Leaderboard from "./Leaderboard";
import Details from "./Details";
import Graph from "./Graph";
import Banner from "./Banner";
import "./devLeaderboard.css";

const DevLeaderboard = () => {
const [graph, setGraph] = useState(null);
Expand Down
4 changes: 2 additions & 2 deletions src/components/DevLeaderboard/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@

.leftBox {
position: absolute;
top: 20%;
top: 30%;
left: 20px;
height: 60%;
}

.rightBox {
position: absolute;
right: 20px;
top: 20%;
top: 30%;
height: 60%;
}

0 comments on commit 3494835

Please sign in to comment.