-
-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature-homepage-launch branch: Fix projects' info pages' styling of the header #3377
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@JessicaLucindaCheng I am confused, how did a problem creep in on the project info pages? Why did they change at all? What do they have to do with the Homepage launch? |
The problem crept in on the project info pages when the SCSS class
I think it changed/problem happened because a lot of the code originally in home.scss was removed/changed in order to style the redesigned homepage, including the removal of class
The problem had to do with the Homepage launch because
Thus, I thought it would be best to address the problem in the feature-homepage-launch branch since that is where the problem is visible. Also, I have updated the issue with more details about the problem. I am adding the |
Hi @GRISONRF, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
Availability: 3h 09/26/2022 |
Manually closing (instead of the PR closing it on merge) this issue because its on a feature branch, so build in automations are not working. |
Overview
As developers, we need to fix the styling of the first header in the projects' info pages in the feature-homepage-launch branch so that it matches the styling of those pages on the live website.
Details
Click here to see examples of what the header should look like on the current projects' info pages
Click here to see examples of what the header looks like on the feature-homepage-launch projects' info pages
On the feature-homepage-launch branch, the problem crept in on the project info pages when the SCSS class
hero-inner
was removed from home.scss as part of pr #2373, which was the initial pr on the feature-homepage-launch branch. I think the problem happened because a lot of the code originally in home.scss was removed/changed in order to style the redesigned homepage, including the removal of classhero-inner
.Action Items
feature-homepage-launch
. Please follow "Step 1: Create your branch" in How to work off of a feature branch wiki article._sass/components/_project-page.scss
feature-homepage-launch
. Please follow "Step 3: Create a pull request" in How to work off of a feature branch wiki articleResources/Instructions
The text was updated successfully, but these errors were encountered: