Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CSS Styling Issue.css #440

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

evg1nn-eth
Copy link

Pull Request: Fix CSS Styling Issues

Summary

This pull request addresses various styling issues and inconsistencies in the CSS file. Below are the specific fixes and improvements made:

Changes

  • Fixed incorrect white-space value
    • Changed white-space: pre; to white-space: nowrap; in .logo-line to prevent unintended wrapping behavior.
  • Adjusted h3 margin
    • Changed margin-bottom from 6.6px to 6px for consistency.
  • Improved paragraph readability
    • Updated line-height in p from 1.2 to 1.5 to enhance text readability.
  • Fixed invalid color property
    • Replaced -webkit-link with blue in button and .benchmark-title to ensure proper styling across browsers.
  • Simplified button border declaration
    • Changed border-width: 0; to border: none; in button for better clarity.
  • Ensured proper text wrapping
    • Replaced overflow-wrap: anywhere; with word-wrap: break-word; in .benchmark-set summary and .benchmark-graph-title to improve text wrapping behavior.

Impact

These changes improve the overall visual consistency, readability, and cross-browser compatibility of the CSS styling.

Testing

  • Verified layout and typography adjustments in different screen sizes.
  • Ensured text wrapping behaves correctly in .benchmark-set summary and .benchmark-graph-title.
  • Confirmed buttons render correctly with the updated color and border properties.

Additional Notes

No major changes have been made, but the updates should make the interface more advanced and readable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant