mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-07 23:13:55 +05:00
fix: styling
This commit is contained in:
parent
073abf5ca6
commit
364f65d49f
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ export const Intro = () => {
|
|||
return (
|
||||
<div className="flex gap-4 flex-col xl:gap-8">
|
||||
<div className="w-full flex items-center justify-center py-24 bg-[#101316] rounded-tl-[256px] rounded-br-[256px]">
|
||||
<h1 className="text-[#FFB1CD] tracking-tight font-bold text-8xl md:text-[128px] xl:text-[200px] 2xl:text-[232px]">
|
||||
<h1 className="text-[#FFB1CD] tracking-tight font-bold text-[90px] text-center md:text-[128px] xl:text-[200px] 2xl:text-[232px]">
|
||||
Radiquum
|
||||
</h1>
|
||||
</div>
|
||||
|
|
|
@ -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