This pull request includes several changes to improve the styling and structure of the frontend components. The most important changes involve updating heading tags, enhancing CSS for responsive typography, and adding a layout component to the home page.
Heading and Structure Updates:
Changed heading tags from <h2> to <h1> in Bootstrap component to improve semantic structure. [1][2]
CSS and Styling Enhancements:
Added responsive typography and scaling variables to Markdown.module.css for better readability across different screen sizes.
Updated fonts.css to include responsive styles for headings and paragraphs, ensuring consistent font sizes and line heights across various devices.
Layout Improvements:
Introduced a Layout component in the Home component to provide a consistent structure and added various heading and paragraph elements for demonstration.
Minor Changes:
Removed redundant CSS rules in Bootstrap.module.css to clean up the styling.
Adjusted the structure of the Manifesto markdown file for better readability.
This pull request includes several changes to improve the styling and structure of the frontend components. The most important changes involve updating heading tags, enhancing CSS for responsive typography, and adding a layout component to the home page.
Heading and Structure Updates:
<h2>
to<h1>
inBootstrap
component to improve semantic structure. [1] [2]CSS and Styling Enhancements:
Markdown.module.css
for better readability across different screen sizes.fonts.css
to include responsive styles for headings and paragraphs, ensuring consistent font sizes and line heights across various devices.Layout Improvements:
Layout
component in theHome
component to provide a consistent structure and added various heading and paragraph elements for demonstration.Minor Changes:
Bootstrap.module.css
to clean up the styling.Manifesto
markdown file for better readability.