Skip to content

Commit

Permalink
fix: footer responsive gap
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai committed Dec 15, 2023
1 parent 638fd95 commit 2504d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/stories/examples/Footer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const FooterWithNewsletter = () => {
return (
<footer className="py-8 border-t color-default">
<div className="container mx-auto">
<section className="footer-top grid lg:grid-cols-2 ">
<section className="footer-top grid lg:grid-cols-2 gap-10">
<div className="footer-menus grid lg:grid-cols-3">
{
Object.keys(menus).map(menu => (
Expand Down Expand Up @@ -77,7 +77,7 @@ export const FooterWithLogo = () => {
return (
<footer className="py-8 border-t color-default">
<div className="container mx-auto">
<section className="footer-top grid lg:grid-cols-2 ">
<section className="footer-top grid lg:grid-cols-2 gap-10">
<div className="footer-left pr-48">
<h4 className="font-bold text-lg mb-5">Logo</h4>
<p className="mb-8">
Expand Down

0 comments on commit 2504d45

Please sign in to comment.