Skip to content

Commit

Permalink
add more margin
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jun 2, 2023
1 parent 7abe3dc commit ed977be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/offline.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,9 @@
.mr-2 {
margin-right: 0.5rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mr-4 {
margin-right: 1rem;
}
Expand Down Expand Up @@ -3750,7 +3753,7 @@
id="back"
class="inline-flex items-center text-xl font-semibold text-link transition-colors hover:text-hover"
>
<svg class="mr-2" width="12.5px" height="20px">
<svg class="mr-3" width="12.5px" height="20px">
<use width="12.5px" height="20px" href="/icons/socials/spritesheet.svg#back"></use>
</svg>
Back
Expand Down

0 comments on commit ed977be

Please sign in to comment.