SwissDataScienceCenter / renku-ui

The web frontend of the Renku platform
https://renkulab.io
Apache License 2.0
13 stars 6 forks source link

Avoid gaps in the headers and keep consistency #3256

Open lorenzo-cavazzi opened 2 months ago

lorenzo-cavazzi commented 2 months ago

Headers (intended as <hx> components) should avoid gaps and be used sequentially.

Even after the first round of restyling (https://github.com/SwissDataScienceCenter/renku-ui/pull/3214), we didn't do a good enough job because we ended up skipping a few elements (mostly h1 and h3) instead of changing the size appropriately. We should adjust that by using headers in a semantically valid way, changing the size through bootstrap variables to fit the Design team's requirements.