-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers