kobiton / docs

The content for Kobiton Docs.
https://docs.kobiton.com
3 stars 1 forks source link

[KOB-36292] Enhance landing page by new figma design #133

Closed huyvankobiton closed 1 year ago

huyvankobiton commented 1 year ago

Summary

Related PRs, issues, or features (optional)

Metadata

PR contributor checklist

huyvankobiton commented 1 year ago

Hey @huyvankobiton , the changes you made so far are great! Thanks for doing this. One last thing I'm seeing:

The light purple design at the bottom appears to be too short and is creating a lot of white space behind the tiles. Could you see the examples below to fix the height? Thanks!

Here's 3 examples from the Figma file:

small

medium

large

Here's 3 examples from the live preview:

Screen Shot 2023-08-01 at 09 43 16 AM

Screen Shot 2023-08-01 at 09 43 29 AM

Screen Shot 2023-08-01 at 09 43 40 AM

Hi @internetisaiah , Maybe you have not set the correct height according to the Figma design

image

image

image

image

The light purple design at the bottom always auto-scales by screen size on the bottom body content. I don't set hard height value because it can break UI when responsive to another screen size without Figma design.

internetisaiah commented 1 year ago

@huyvankobiton , ah I see now - thanks for clarifying how it works. In that case, we should probably set minimum boundaries to ensure the light purple doesn't move up too far like in this video:

https://github.com/kobiton/docs/assets/95643215/e708ed06-1e15-494b-83cf-9825eaa614c9

huyvankobiton commented 1 year ago

@huyvankobiton , ah I see now - thanks for clarifying how it works. In that case, we should probably set minimum boundaries to ensure the light purple doesn't move up too far like in this video:

Screen.Recording.2023-08-02.at.3.33.28.PM.mov

I updated the code to fix the image background on the footer of the body content. image image image