Skip to content

Fix: CSS issues in style.css (background-size, FAQ icon, font path, chatbot mobile) - Closes #77#84

Open
gssi962 wants to merge 1 commit intoAqsa4066:mainfrom
gssi962:fix/style-css-fixes
Open

Fix: CSS issues in style.css (background-size, FAQ icon, font path, chatbot mobile) - Closes #77#84
gssi962 wants to merge 1 commit intoAqsa4066:mainfrom
gssi962:fix/style-css-fixes

Conversation

@gssi962
Copy link

@gssi962 gssi962 commented Oct 3, 2025

This PR fixes the CSS issues mentioned in Issue #77

✔ Changed invalid background-size: max(1200px, 100vw) to background-size: cover so background works properly.
✔ Fixed FAQ SVG icon filter (used a valid CSS filter so icons display correctly).
✔ Corrected @font-face font path for NetflixSans-Bold.
✔ Improved chatbot window style on mobile screens so it doesn’t overlap content.

File Changed

  • css/style.css

How to Test

  1. Open the site locally in browser.
  2. Check that hero section background now scales properly.
  3. Open FAQ section – the plus icon should display correctly.
  4. On small screens, chatbot window should resize and not block content.

Closes #77

@gssi962
Copy link
Author

gssi962 commented Oct 3, 2025

I have created pull request for this issue. Kindly review it.

@gssi962
Copy link
Author

gssi962 commented Oct 13, 2025

@Aqsa4066 kindly approve my pull request please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix invalid CSS and improve responsiveness in style.css

1 participant