Skip to content

Commit

Permalink
fix: contrast issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoayan committed Mar 21, 2024
1 parent 7af88b6 commit 3e2c537
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>Tomo</h3>
</div>
<div class="roadMap">
<div class="roadmap-wrapper">
<h1>Roadmap</h1>
<h1>🛣️ Roadmap</h1>
<div class="active">
<h4>Active</h4>
<div class="task">
Expand Down
8 changes: 4 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ align-items: flex-end;
border-left: 1px solid hsla(0, 0%, 100%, 0.2);
min-height: 100vh;
padding: 40px;
color: hsl(0, 0%, 100%, 0.8);
}

.roadmap-wrapper {
Expand All @@ -224,17 +225,17 @@ align-items: flex-end;
width: 100%;
margin-bottom: 16px;
padding-bottom: 6px;

}

.roadmap-wrapper .active, .roadmap-wrapper .planned {
margin-left: 20px;
display: flex;
flex-direction: column;
gap: 10px
gap: 10px;
}

.roadMap .planned {
margin-top: 50px;
margin-top: 50px;
}

.roadMap .task {
Expand All @@ -258,7 +259,6 @@ margin-top: 50px;
@media screen and (max-width: 1024px) {
.roadMap {
border-left: none;
/* border-top: 1px solid hsla(0, 0%, 100%, 0.2); */
margin-top: 40px;
}
}

0 comments on commit 3e2c537

Please sign in to comment.