mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-05-12 15:08:41 +00:00
Align link icons justified at both ends
This commit is contained in:
parent
8ae86b4856
commit
89be7cd390
@ -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 flex flex-wrap">
|
<div className="gap-y-8 flex flex-wrap 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} />
|
||||||
@ -148,4 +148,4 @@ export default function Links() {
|
|||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user