Skip to content

Commit

Permalink
Minor visual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamouization committed May 26, 2020
1 parent d640448 commit 1ef5cbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ hr.gradient-line { /* used between website sections */
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr.dashed-line {/* used between projects */
width: 40%;
border-top: 1px dashed rgba(140, 139, 139, 0.25);
hr.dashed-line { /* used between projects */
width: 50%;
border: 0;
height: 1px;
background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* Third type of content div (for education and work experiences) */
Expand Down
2 changes: 1 addition & 1 deletion assets/css/project-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
display: inline-block;
padding: 8px;
color: white;
background-color: rgb(26, 34, 44);
background-color: #3d516e;
text-align: center;
cursor: pointer;
width: 100%;
Expand Down

0 comments on commit 1ef5cbc

Please sign in to comment.