Closed Aryan4884 closed 1 month ago
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | 0250dd6c1dc67a76011fe332785072828fff2981 |
Latest deploy log | https://app.netlify.com/sites/peaceful-ramanujan-288045/deploys/66fc5e26944c770008de6f9a |
Deploy Preview | https://deploy-preview-406--peaceful-ramanujan-288045.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hey @Aryan4884 , there is already a pr for the same issue. Please close this, if the other PR fails to meet the goals do feel free to open a new PR!
389
Description
Updated button widths to use min-w-[200px] instead of fixed w-[200px], allowing buttons to expand dynamically when the text length changes while maintaining a minimum width for consistency.
Added flex items-center justify-center to button components to ensure the content inside each button remains centered both vertically and horizontally, providing a consistent look across browsers.
Added padding to buttons to create consistent spacing, preventing text from getting too close to the edges and ensuring a polished, readable design.
Added white-space: nowrap to button text to prevent text from wrapping onto a new line when the content grows longer, preserving the button layout.
Correct Google Fonts Import in global.css: Merged multiple @import statements for Google Fonts into a single import line:
This ensures that fonts are correctly imported across all browsers, resolving the issue of different fonts being used in Chrome and Firefox.