Describe the bug
On small screen devices, the footer text appears misaligned instead of being centered. This affects the visual consistency and readability of the footer section on mobile view.
To Reproduce
Steps to reproduce the behavior:
Open the AgriTech website in a browser
Open Developer Tools
Switch to a mobile device view (width ≤ 768px)
Scroll down to the footer section
Expected behavior
The footer text should be center aligned on mobile screens for better readability and a cleaner UI.
Additional context
This can be fixed with a small CSS change using media queries (e.g., text-align: center for mobile screen sizes). No backend changes are required.
Describe the bug
On small screen devices, the footer text appears misaligned instead of being centered. This affects the visual consistency and readability of the footer section on mobile view.
To Reproduce
Steps to reproduce the behavior:
Open the AgriTech website in a browser
Open Developer Tools
Switch to a mobile device view (width ≤ 768px)
Scroll down to the footer section
Expected behavior
The footer text should be center aligned on mobile screens for better readability and a cleaner UI.
Additional context
This can be fixed with a small CSS change using media queries (e.g., text-align: center for mobile screen sizes). No backend changes are required.