mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-05-11 14: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 (
|
||||
<>
|
||||
<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">
|
||||
<a href="https://x.com/yude_jp">
|
||||
<FontAwesomeIcon className="w-24 h-11" icon={faXTwitter} />
|
||||
@ -148,4 +148,4 @@ export default function Links() {
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user