Skip to content

Conversation

ritorhymes
Copy link

Description

On the homepage, every breakpoint provides consistent space between each of the button-like elements in the hero area, except in the tablet viewport size (769-1029px). Here the bottom-most button is directly touching the two buttons above it, breaking the layout.

This update fixes the layout at that breakpoint by adding margin space (equivalent to the value used on mobile) to that particular element via ID selector. It's added in screens.scss and placed next to the btn-home class selector that all the elements share.

Before
homepage-before

After
homepage-after

@putranurwahid570-source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants