Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrel authored Dec 5, 2024
1 parent 4b41c03 commit b0cbcb4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@ body {
font-family: "Afacad Flux", sans-serif;
filter: drop-shadow(2px 2px 6px rgba(200, 200, 200, 0.5));
}

.line {
border-radius: 8px;
width: 2px;
height: 40px;
background-color: #414341;
margin-left: 13px;
margin-top: 10px;
margin-bottom: 10px;
}
.textnavbar {
padding-left: 20px;
}
Expand Down

0 comments on commit b0cbcb4

Please sign in to comment.