juanpb96 / FEM_space-tourism-website

A space website created with React + TypeScript
https://juanbonilla.me/FEM_space-tourism-website/
0 stars 0 forks source link

[Refactor] - Adjust Header in large screens #60

Open juanpb96 opened 4 months ago

juanpb96 commented 4 months ago

Description

The Header is currently taking 100% of the screen width causing a weird visualization of the page content in large screens. As the main content is supposed to be constrained by a max-width property, the Header should have it too.

Tasks

Notes