fossasia / 2019.fossasia.org

FOSSASIA Summit 2019 https://2019.fossasia.org
1.44k stars 138 forks source link

social icon overlapping issue is fixed #182

Closed 8-bit-souvik closed 3 years ago

8-bit-souvik commented 3 years ago

to avoid over lapping those social icons in the bottom of the page I applied margin for the bottom of the icons.

Changes done in this Pull Request

Description / Changes

social icon overlapping bug fixed

Screenshots if any:

Before:

before(bug)

After:

after (bug fixed)


8-bit-souvik commented 3 years ago

BUG of overlapping social icons is fixed

8-bit-souvik commented 3 years ago

here is the preview link: https://8-bit-souvik.github.io/2019.fossasia.org/

8-bit-souvik commented 3 years ago

.call-to-action a i {margin-bottom: 24px} is added in #them-lava.css file to avoid social icons overlapping.

8-bit-souvik commented 3 years ago

This is already solved by Raunaksigh100