You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
Home
component) by astyle={{ height: "100%"}}
or something more suitable.global.css
file inside the pages folder and use it.The text was updated successfully, but these errors were encountered: