Skip to content

Commit

Permalink
fix robot position
Browse files Browse the repository at this point in the history
  • Loading branch information
alidevjimmy committed Sep 11, 2024
1 parent 621fbd7 commit 5dfe494
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/about/roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="text-5xl font-bold mt-10 text-neutral-50 flex z-10">
</a>
</div>
<div class="w-full text-right relative bottom-[1.06em]" style="text-align: -webkit-right;">
<img src="/images/gate.png" alt="" class="relative max-w-[81%]" />
<img src="/images/gate2.png" alt="" class="relative max-w-[81%]" />
</div>
<div class="relative">
<ul class="timeline timeline-snap-icon max-md:timeline-compact timeline-vertical">
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="relative w-full top-[51px]">
<img src="/images/pactus-robot.png" alt="" class="w-20 lg:w-[150px] relative left-10 lg:left-56" />
<img src="/images/pactus-robot.png" alt="" class="w-20 lg:w-[150px] absolute bottom-0 left-10 z-10 lg:left-56" />
</div>
<div class="relative w-full text-center top-[26px]" style="text-align: -webkit-center;">
<button class="button-go-to-top z-20" onclick="gototop()">
Expand Down
Binary file added static/images/gate2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/pactus-robot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5dfe494

Please sign in to comment.