akshitagupta15june / Moksh

Unlock your potential and achieve true balance in life with Moksh
https://akshitagupta15june.github.io/Moksh/
MIT License
213 stars 423 forks source link

[BUG] Mobile Interface Issue: Overlapping 'New Quote' Button in Shlokas Tab #1524 #1629

Closed suryapratapsingh26 closed 4 weeks ago

suryapratapsingh26 commented 1 month ago

Related Issue

Closes: #1524

Description

In the Shlokas tab on mobile, clicking 'Read' generates a random shloka, but the 'New Quote' button overlaps with the background, obscuring the verse's source. This impedes user understanding and navigation.

To address this issue, I modified the CSS styling in the shlokas_page/motivation.css file. Specifically, I adjusted the .text class by changing the font-size property from 2rem to 1.5rem. This change reduces the font size, ensuring that the 'New Quote' button no longer overlaps with the background, improving the readability and layout of the shloka's source.

Screenshots

[Screenshot of the issue]

WhatsApp Image 2024-05-27 at 21 05 17_bd2f3976

[Screenshot of the solution]

WhatsApp Image 2024-05-28 at 00 22 33_e03eb2ea

Checklist