software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

docs: fix footer on landing #2997

Closed patrycjakalinska closed 4 months ago

patrycjakalinska commented 4 months ago

On mobile (<996px) the footer margin was broken - this PR fixes that

Before:

image

After:

image