Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
msbrown123 authored Feb 21, 2024
1 parent 8bdb8a4 commit 710d37f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
position: relative;
left: 10px;
margin: -60px 0px;
margin: -61px 0px;
z-index: 1;
}

Expand Down Expand Up @@ -112,7 +112,7 @@
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
position: relative;
left: 0px;
margin: -60px 0px;
margin: -61px 0px;
z-index: 1;
}

Expand Down Expand Up @@ -168,7 +168,7 @@
background-color:#000000;
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
position: relative;
left: 120px;
left: 119px;
margin: -4px 0px;
z-index: 1;
}
Expand Down

0 comments on commit 710d37f

Please sign in to comment.