Skip to content

Remove non-existent classes from citizen-engagement-cards.html #2720

@JessicaLucindaCheng

Description

@JessicaLucindaCheng

Prerequisite

  1. 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.
  2. 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

                   <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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions