Skip to content

Commit

Permalink
feat(): feat/global_footer
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankhan10 committed Oct 3, 2024
2 parents 4a9e55b + 21aa2c9 commit 08ece0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/docs/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const Footer = () => {
<div className="my-12"></div>

<footer className="text-muted-foreground flex w-full flex-col justify-between md:items-start lg:flex-row ">
<div className="mb-12 md:mb-0">
<div className="mb-12 lg:mb-0">
<div className="-mt-4">
<a href="https://www.quantinuum.com/" target='_blank' className='hover:opacity-75 transition'>
<QuantinuumLogo/>
Expand Down Expand Up @@ -91,7 +91,7 @@ export const Footer = () => {
<span className="text-foreground text-left text-[0.675rem] font-semibold uppercase tracking-wide md:text-right">
{col.name}
</span>
<ul className="mt-3 flex flex-col gap-2 md:text-right">
<ul className="mt-3 flex flex-col gap-2 lg:text-right">
{col.items.map((item) => {
return (
<li key={item.name}>
Expand Down

0 comments on commit 08ece0f

Please sign in to comment.