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 was 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.
Description
Currently, on the website, the
<h2>tag placed within the<main>tag is not centered as expected, and it lacks themx-autoclass 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-autoclass.Expected behavior:
The
<h2>tag within the<main>tag should be horizontally centered using themx-autoclass to maintain consistency with the design.Screenshots
Without

mx-autoWith

mx-autoAdditional 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.