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 20, 2024
1 parent 9bdefb0 commit 761877a
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: 0px;
top: 200px;
top: -10px;
margin-top: -140px;
margin: -50px 0px;
z-index: 1;
Expand All @@ -91,7 +91,7 @@
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
position: relative;
left: 115px;
top: 200px;
top: -10px;
margin: -50px 0px;
z-index: 1;
}
Expand All @@ -115,7 +115,7 @@
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
position: relative;
left: 0px;
top: 200px
top: -10px
margin: -50px 0px;
z-index: 1;
}
Expand Down

0 comments on commit 761877a

Please sign in to comment.