Fixes #98: Remove Unnecessary Width and Height Properties
Summary
This PR addresses issue #98 by removing the unnecessary width and height properties from specific elements. These properties were causing layout issues on mobile devices and smaller screens.
Issue Description:
The width and height properties on certain elements are not responsive, leading to a broken layout on smaller screens.
Solution:
Removed the fixed width and height properties from the relevant elements to fix the bug.
Changes Made
Removed width and height properties from both files
index.html and home.html:
Fixes #98: Remove Unnecessary Width and Height Properties
Summary
This PR addresses issue #98 by removing the unnecessary width and height properties from specific elements. These properties were causing layout issues on mobile devices and smaller screens.
Issue Description:
The width and height properties on certain elements are not responsive, leading to a broken layout on smaller screens.
Solution:
Removed the fixed width and height properties from the relevant elements to fix the bug.
Changes Made
Removed width and height properties from both files index.html and home.html: