rbjks / rbjks.github.io

Info website for an NGO 'Ranjeet Bakhshi Jan Kalyan Sabha' which aims to empower local communities in Himachal Pradesh
https://rbjks.github.io/
13 stars 37 forks source link

changes to css to make home page more responsive. #125

Closed CampbellBrim closed 4 months ago

CampbellBrim commented 5 months ago

Motivation and Context

improve responsiveness of home page

Fixes #115

Description

Changes to make flex direction change on smaller screen sizes. Adjustments to margins. Font color changed to black

How Has This Been Tested?

chrome dev tools responsive viewport mode

Screenshots (if appropriate):

before: Captura de tela 2024-03-27 134259 After: Captura de tela 2024-03-27 134226

CampbellBrim commented 4 months ago

Apart from the stylistic changes suggested, I feel there are a lot of unnecessary changes in this PR to the style.css file. I would appreciate it if you could get rid of those changes and make the PR crisper. Thanks!

When I reduced the margins it created side scrolling. I believe this was because of the header. I made multiple changes to try to remove the side scrolling, but was having a hard time understanding why there was side scrolling. I will reduce the changes.