Skip to content

Commit 360cf19

Browse files
authored
Merge pull request #220 from NGO-Algorithm-Audit/feature/structural_edits
Feature/structural edits
2 parents 8dc4cd7 + cd487c1 commit 360cf19

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

assets/scss/_landingpage.scss

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,11 @@
193193
}
194194

195195
.shape-triangle-top-middle {
196-
bottom: 10%;
197-
left: 7%;
196+
bottom: 0%;
197+
left: 27%;
198198
padding: 12%;
199-
-webkit-animation: pulsate 5s infinite;
200-
-moz-animation: pulsate 5s infinite;
201-
animation: pulsate 5s infinite;
199+
transform-origin: top;
200+
transform: rotate(55deg);
202201
clip-path: polygon(50% 13%, 0% 100%, 100% 100%);
203202
}
204203

@@ -276,14 +275,11 @@
276275
}
277276

278277
.shape-square-bottom-middle__most-right {
279-
top: -10%;
280-
right: -2%;
278+
top: -4%;
279+
right: 2%;
281280
transform-origin: top right;
282281
transform: rotate(-16deg);
283282
padding: 9%;
284-
-webkit-animation: pulsate 5s infinite;
285-
-moz-animation: pulsate 5s infinite;
286-
animation: pulsate 5s infinite;
287283
}
288284

289285
.landing-page-scroll-container {

0 commit comments

Comments
 (0)