vercel / swr-site

The official website for SWR.
https://swr.vercel.app
Apache License 2.0
481 stars 351 forks source link

Use aspect-ratio for height on Examples #538

Closed guilherssousa closed 5 months ago

guilherssousa commented 1 year ago

Description

On the Examples page, thanks to height: 100%;, the content overflows and goes up on the footer. image

A quick fix to it is use aspect-ratio: 1 / 2 to have a specific height set based by the width, then fixing the overflow issue. Plus, adding a max-height of nearly 900px (near of an 1:1 ratio from desktop), this makes responsiveness better on mobile devices.

image

Resolution

On a half size of an ultrawide display:

Before: 909x842 After: 909x900

vercel[bot] commented 1 year ago

@guilherssousa is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.