Skip to content

Commit

Permalink
Adjust positioning for mobile users
Browse files Browse the repository at this point in the history
  • Loading branch information
royalgraphx committed Jun 26, 2023
1 parent 875d3b0 commit c2aaa22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ permalink: /
<style>
.alignment_img {
position: relative;
left: -20px;
left: -15px;
}

.alignment_img_alt {
position: relative;
left: -15px;
left: -10px;
bottom: +15px;
}
</style>
Expand Down

0 comments on commit c2aaa22

Please sign in to comment.