ui icon indicating copy to clipboard operation
ui copied to clipboard

Updated CSS

Open Rohitrky2021 opened this issue 2 years ago • 1 comments

Removed the margin property for h5 elements: I found that this margin was causing too much space between the h5 and the previous element, making the card look unbalanced.

Changed the font size and line height for h2 elements: I increased the font size to make the heading more prominent, and adjusted the line height to improve legibility.

Added padding to the top of the card body: This was done to create some visual space between the heading and the body content.

Changed the font family for p elements: I changed the font family to match that of the h2 element, creating a consistent typography throughout the card.

Adjusted the font size and color for h5 elements: I decreased the font size slightly to make the h5 element less prominent, and adjusted the color to make it more visible against the background.

Pull Request Template

Description

Please include a summary of the change. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue).
  • [ ] New feature (non-breaking change which adds functionality).
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • [ ] This change requires a documentation update.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Additional Context (Please include any Screenshots/gifs if relevant)

...

Checklist:

  • [x] My code follows the style guidelines of this project.
  • [x] I have performed a self-review of my own code.
  • [x] I have made corresponding changes to the documentation.
  • [x] I have added corresponding tests.
  • [x] Any dependent changes have been merged and published in downstream modules.

Rohitrky2021 avatar Mar 22 '23 08:03 Rohitrky2021

⚡️ Deploying PR Preview...

github-actions[bot] avatar Mar 22 '23 08:03 github-actions[bot]