diff --git a/style.css b/style.css index 8ea60e4..56ba717 100644 --- a/style.css +++ b/style.css @@ -25,9 +25,9 @@ body { border-left: 1rem solid transparent; border-right: 1rem solid transparent; border-top: 5rem solid var(--main-invert-color); - position: relative; - top: 45%; - left: -10%; + position: absolute; + margin-top: 30%; + margin-left: -10%; transform: rotate(60deg) ; z-index: -1; }