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
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Currently, on the website, the <h2> tag placed within the <main> tag is not centered as expected, and it lacks the mx-auto class to ensure proper horizontal alignment. This issue affects the visual presentation and consistency of the content.
zaid-hassan
changed the title
The <h2> tag in main is not centered, is missing mx-auto.
The <h2> tag within the <main> tag is not centered, is missing mx-auto.
Mar 18, 2024
Description
Currently, on the website, the
<h2>
tag placed within the<main>
tag is not centered as expected, and it lacks themx-auto
class to ensure proper horizontal alignment. This issue affects the visual presentation and consistency of the content.Steps to reproduce:
<main>
tag containing the<h2>
tag.mx-auto
class.Expected behavior:
The
<h2>
tag within the<main>
tag should be horizontally centered using themx-auto
class to maintain consistency with the design.Screenshots
Without
mx-auto
With
mx-auto
Additional information
Browser: [Mozilla Firefox 122.0, Chromium 122.0.6261.69 Arch Linux]
If this issue is still open, I would be interested in working on it. Please let me know if there's anything I can do to help resolve this.
The text was updated successfully, but these errors were encountered: