EOS-uiux-Solutions / eos-icons-landing

EOS Icons website
https://eos-icons-frontend-1t6flcbwl-eos-icons.vercel.app/
MIT License
19 stars 20 forks source link

fixed white space in the docs section #120

Open shagunchandra opened 2 years ago

shagunchandra commented 2 years ago

fixed space

White space is now fixed under the Docs section

cyntss commented 2 years ago

the problem is that the padding was necessary for mobile. Can you add it with the @media property on CSS for mobile displays:

This is how it looks now

image

Vs before:

image