Skip to content

Commit

Permalink
Changed border in LinksSection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermatka committed Apr 22, 2024
1 parent 565d41d commit 3ceb870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algrtm/src/components/LinksSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import externalLinks from "@/data/externalLinks";

const LinksSection = () => {
return (
<section className=" bg-neutralLight-neutral10 dark:bg-neutralDark-neutral90 w-full border-t-1 border-neutralLight-neutral20 dark:border-neutralDark-neutral100 flex flex-col md:flex-row justify-center items-center ">
<section className=" bg-neutralLight-neutral10 dark:bg-neutralDark-neutral90 w-full border-t-2 border-neutralLight-neutral20 dark:border-neutralDark-neutral100 flex flex-col md:flex-row justify-center items-center ">
<div className=" w-full flex flex-col justify-between bg-neutralLight-neutral10 dark:bg-neutralDark-neutral90 px-[1rem] py-[4rem] md:mx-[2.75rem] md:mt-[4rem] md:mb-[7.75rem] xl:mx-[12.5rem] xl:mt-16 xl:mb-[7.75rem] gap-[3rem] md:gap-16">
<div className=" flex flex-col justify-between md:gap-auto md:flex-row xl:gap-[11.125rem] bg-neutralLight-neutral10 dark:bg-neutralDark-neutral90 w-full">
<div className=" flex flex-col gap-6 ">
Expand Down

0 comments on commit 3ceb870

Please sign in to comment.