Skip to content

Using Bulma Font Sizes on Resource Page Instead of Hardcoded px #117

@yingmo55

Description

@yingmo55

Purpose

Better & more responsive font sizes.

Is your feature request related to a problem? Please describe.

Currently, the font sizes on the resource page are hard coded with a px value. (location: ./src/assets/sass/views/_resources.scss) It is good practice to not use hard-coded font-size to make the website more responsive.

Proposed Solution

You can change the font-size by adding classes such as is-size-2 is-size-3-mobile to the className attribute of text elements.
See Typography helpers for more details.

Describe alternatives you've considered (optional)

We also talked about setting a unified font-size for text elements such as <h1> <h2> <p>

Acceptance Criteria

Please list the requirements the implementation of this feature should meet.

  • change the front-sizes on Resource Page to Bulma Font Sizes and remove hard-coded px values

Additional context

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions