Closed bcho892 closed 4 months ago
Is your feature request related to a problem? Please describe. The changes made in #358 caused the homepage to have x overflow on the mobile view. This is likely due to some unwanted margins/min-width prop.
min-width
BEFORE MERGING
git fetch origin master:master
git rebase master
git merge master
similar to #385
Is your feature request related to a problem? Please describe. The changes made in #358 caused the homepage to have x overflow on the mobile view. This is likely due to some unwanted margins/
min-width
prop.BEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)