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 c2aaa22 commit ad65157
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: -15px;
left: -10px;
}

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

0 comments on commit ad65157

Please sign in to comment.