Qu-Ack / opensource_starter_basic

0 stars 42 forks source link

Unnecessary initialisation of h3, h4, h5, h6 #4

Open Prachi-Gupta2808 opened 2 weeks ago

Prachi-Gupta2808 commented 2 weeks ago

Has this bug been raised before?

Where did you find this bug?

styles.css file

Version of website/mobile (for example "v1.2.3")

0

Description

Since there is use of only h1 and h2 headings in the main site, there is no use of initialising h3, h4, h5 and h6 in styles.css file.

Steps to Reproduce

If you know the steps, follow the below format and provide steps to reproduce

For example:

  1. Go to page.
  2. On top right side, close to the menu
  3. Some menu are not working properly.
  4. Continue...

If you don't know exact steps, include any relevant details like:

Screenshots

Screenshot from 2024-10-13 16-55-36

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this

I will remove all the unnecessary initialisation of headings from the main code.