mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-05-13 15:38:41 +00:00
Merge pull request #3 from KusaReMKN/main
Align link icons justified at both ends
This commit is contained in:
commit
f43a68ad8f
@ -6,7 +6,7 @@ export default function Links() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="rounded-lg w-full">
|
<div className="rounded-lg w-full">
|
||||||
<div className="gap-x-6 gap-y-8 grid grid-cols-4">
|
<div className="gap-x-6 gap-y-8 grid grid-cols-4 justify-between">
|
||||||
<div className="w-24 h-16">
|
<div className="w-24 h-16">
|
||||||
<a href="https://x.com/yude_jp">
|
<a href="https://x.com/yude_jp">
|
||||||
<FontAwesomeIcon className="w-24 h-11" icon={faXTwitter} />
|
<FontAwesomeIcon className="w-24 h-11" icon={faXTwitter} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user