Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs to make the components size upto the browser window #8

Open
navintc opened this issue Oct 6, 2021 · 0 comments
Open

Needs to make the components size upto the browser window #8

navintc opened this issue Oct 6, 2021 · 0 comments

Comments

@navintc
Copy link
Contributor

navintc commented Oct 6, 2021

Currently there's only 3 main components (sections) in the page render and it takes only a half of the browser window to render them. It is required to make these components take up the whole browser window.

  • Recommended to size up the mid component (currently: Home component) by a style={{ height: "100%"}} or something more suitable.
  • External Global CSS recommended. -- Create a new css file named, global.css file inside the pages folder and use it.
  • Page should not be longer than the initial browser size. (optional)
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

No branches or pull requests

1 participant