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 (
|
return (
|
||||||
<div className="flex gap-4 flex-col xl:gap-8">
|
<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]">
|
<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
|
Radiquum
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -21,7 +21,7 @@ const links = [
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const OPTIONS: EmblaOptionsType = { loop: true};
|
const OPTIONS: EmblaOptionsType = { loop: true };
|
||||||
const SLIDES = [
|
const SLIDES = [
|
||||||
"/images/photos/2024-06-14T19_32_04_024.JPG",
|
"/images/photos/2024-06-14T19_32_04_024.JPG",
|
||||||
"/images/photos/2024-06-17T18_55_55_030.JPG",
|
"/images/photos/2024-06-17T18_55_55_030.JPG",
|
||||||
|
|
|
@ -51,7 +51,7 @@ export const Socials = () => {
|
||||||
return (
|
return (
|
||||||
<Section>
|
<Section>
|
||||||
<h2 className="text-4xl md:text-5xl">Socials</h2>
|
<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) => (
|
{links.map((item) => (
|
||||||
<Link href={item.url} key={`socials.link.${item.text}`}>
|
<Link href={item.url} key={`socials.link.${item.text}`}>
|
||||||
<IconWithText icon={item.icon} text={item.text} desc={item.desc} />
|
<IconWithText icon={item.icon} text={item.text} desc={item.desc} />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue