Skip to content

Commit

Permalink
improve ↗ alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Sep 27, 2024
1 parent 7e12325 commit 20bc0bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/routes/_index/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
text-decoration-thickness: 2px;
text-underline-offset: 0.2em;
}
.container a .arrow {
font-size: 120%;
vertical-align: bottom;
}
.releases {
display: flex;
flex-direction: row;
Expand Down
2 changes: 1 addition & 1 deletion app/routes/_index/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Index() {
target="_blank"
rel="noopener noreferrer"
>
shop
shop <span className={classes.arrow}></span>
</a>
</h2>
<hr />
Expand Down

0 comments on commit 20bc0bc

Please sign in to comment.