Changes between Initial Version and Version 3 of Ticket #61030
- Timestamp:
- 04/18/2024 10:04:20 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61030
-
Property
Component
changed from
General
toHelp/About
-
Property
Summary
changed from
Font-size of the h1 tag need to be reduce in the mobile reposive view
toReduce font-size of Credits page h1 element for smaller screens
-
Property
Component
changed from
-
Ticket #61030 – Description
initial v3 1 Word press credits.php pagefont-size of the h1 tag is 4.5rem which is greater than the ideal font-size in the mobile responsive view and as a result of that it is breaking in the responsive view at media size of 355 px as we know that The headings should be around 1.96 times larger than your body text to create a sufficient contrast. so the body text size is of 1.4em which means the h1 tag font-size should be 1.4em * 1.96 = 2.74em. the screenshot of the issue is also attached as below1 WordPress `credits.php` page: font-size of the h1 tag is 4.5rem which is greater than the ideal font-size in the mobile responsive view and as a result of that it is breaking in the responsive view at media size of 355 px as we know that The headings should be around 1.96 times larger than your body text to create a sufficient contrast. so the body text size is of 1.4em which means the h1 tag font-size should be 1.4em * 1.96 = 2.74em. the screenshot of the issue is also attached as below 2 2 3 3 https://tinyurl.com/273bplzj