mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-08 15:33:54 +05:00
fix: styling
This commit is contained in:
parent
073abf5ca6
commit
364f65d49f
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ export const Socials = () => {
|
|||
return (
|
||||
<Section>
|
||||
<h2 className="text-4xl md:text-5xl">Socials</h2>
|
||||
<div className="grid grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-x-12 gap-y-2">
|
||||
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 xl:grid-cols-4 gap-x-12 gap-y-2">
|
||||
{links.map((item) => (
|
||||
<Link href={item.url} key={`socials.link.${item.text}`}>
|
||||
<IconWithText icon={item.icon} text={item.text} desc={item.desc} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue