Skip to content

Commit

Permalink
fix(buttons): removed project highlight button
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Nov 6, 2021
1 parent 5ebb34e commit 6fbfd19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/Components/PersonalBrand/PersonalBrand.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@
.closed-envelop:hover {
filter: drop-shadow(0 0 1.5rem gray);
}
.project-h2 {
padding-bottom: 1%;
}

.personal-btn {
border: 2px solid #204740;
Expand Down
9 changes: 0 additions & 9 deletions src/Components/Project/projectHighlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@
border-color: #206a5d;
}

.portfolio-group {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 5rem;
color: white;
margin-bottom: 5rem;
}
/* Project Containers */

@media only screen and (min-device-width: 375px) and (max-device-width: 600px) {
Expand Down

0 comments on commit 6fbfd19

Please sign in to comment.