Skip to content

Commit ce41f63

Browse files
Adjust Didly hero bubble positioning
1 parent 320ac53 commit ce41f63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_pages/didly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,13 @@ comments: false
264264
.didly-float.top {
265265
top: -14px;
266266
right: 22px;
267-
transform: rotate(3deg);
267+
transform: translateY(-95px) rotate(3deg);
268268
}
269269

270270
.didly-float.bottom {
271271
left: -12px;
272272
bottom: 22px;
273-
transform: rotate(-4deg);
273+
transform: translateY(113px) rotate(-4deg);
274274
}
275275

276276
.didly-panel {

0 commit comments

Comments
 (0)