Skip to content

Commit

Permalink
fix: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Jun 4, 2024
1 parent 0028333 commit a0e4ebd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/private/timer/Timer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Timer = () => {
return (
<>
<div className="timeline__parent" id="timeline">
<div className="body">
<div className="timeline_body">
<img src={ghori} alt="" className="ghori" />

<div className="timer">
Expand Down
2 changes: 1 addition & 1 deletion src/components/private/timer/Timer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
padding: 3rem 1.5rem;
}

.body {
.timeline_body {
display: flex;
align-items: center;

Expand Down
8 changes: 0 additions & 8 deletions src/pages/404/Notfound.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
html,
body {
margin: 0;
padding: 0;
overflow: hidden;
height: 100%;
}

.pageNotFound__container {
padding: 4rem 7rem;
position: relative;
Expand Down

0 comments on commit a0e4ebd

Please sign in to comment.