-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
P-Feature: Citizen Engagementhttps://www.hackforla.org/citizen-engagementhttps://www.hackforla.org/citizen-engagementgood first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: 0.5ptCan be done in 3 hours or lessCan be done in 3 hours or less
Milestone
Description
Prerequisite
- Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our Getting Started page.
- Before you claim or start working on an issue, please make sure you have read our How to Contribute to Hack for LA Guide.
Overview
As developers, we should make sure our code does not use SCSS classes that do not exist. For this issue, we will remove the non-existent classes card-body and card-width from a line of code.
Action Items
- On line 3 in _includes/citizen-engagement-cards.html, remove the classes
card-bodyandcard-widthfrom
<div class="page-card card-primary page-card-lg card-body card-width program-area" data-dropdown>
so the result is
<div class="page-card card-primary page-card-lg program-area" data-dropdown>
- Using Docker locally on your computer, check Citizen Engagement page looks the same as the page on the current site in various desktop, tablet, and mobile views using developer tools
Resources/Instructions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P-Feature: Citizen Engagementhttps://www.hackforla.org/citizen-engagementhttps://www.hackforla.org/citizen-engagementgood first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: 0.5ptCan be done in 3 hours or lessCan be done in 3 hours or less
Type
Projects
Status
Done