Skip to content

Commit

Permalink
style: Add x-padding to the backlink button
Browse files Browse the repository at this point in the history
  • Loading branch information
0xwonj committed Apr 2, 2024
1 parent 72c3364 commit 81eaa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BackLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function BackLink(props) {
href={backLink}
className={`${titleColorClasses['after-bg-500']} group relative mr-auto overflow-hidden text-blue-100 after:absolute after:right-full after:top-0 after:z-[-1] after:size-full after:duration-200 hover:after:translate-x-full`}
>
<p className="font-press-start duration-200 group-hover:text-[#030615]">
<p className="px-0.5 font-press-start duration-200 group-hover:text-[#030615]">
<i className="fa-solid fa-arrow-left text-xl"></i>
<span className="ml-3 text-sm">Back</span>
</p>
Expand Down

0 comments on commit 81eaa44

Please sign in to comment.