Skip to content

Commit

Permalink
fix: fixed more sauced items overflow on small devices (#148)
Browse files Browse the repository at this point in the history
* fix: fixed more sauced items overflow on small devices

* chore(deps): bump minimist from 1.2.5 to 1.2.8 in /sanity (#150)

* chore(deps): bump ua-parser-js from 0.7.31 to 0.7.35 in /sanity (#152)

* Styles details (#144)

* fix: mismatched selection color (#146)

* chore(deps): bump word-wrap from 1.2.3 to 1.2.5 in /sanity (#153)

* chore(deps): bump semver from 5.7.1 to 5.7.2 in /sanity (#154)

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /sanity (#151)

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otoniel Emanuel <93485038+euotiniel@users.noreply.github.com>
Co-authored-by: Wasim A Pinjari <wasimpinjari123@gmail.com>
  • Loading branch information
4 people authored Aug 2, 2023
1 parent 426a932 commit ecb2484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sections/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Footer: FC<FooterProps> = ({ pressPage }) => {
<SocialLinks />
</div>
<div className="w-full flex flex-wrap">
<div className="w-1/2 my-10 largeTablet:w-[35%] largeTablet:my-0">
<div className="w-[35%] sm:w-1/2 my-10 largeTablet:w-[35%] largeTablet:my-0">
<LocalTypography variant="title">MENU</LocalTypography>
<div className="w-full flex flex-col">
{navigationLinks.map(({ url, label }) => (
Expand Down

0 comments on commit ecb2484

Please sign in to comment.