tc39 / tc39/tc39.github.io

Left align hero columns text

Open
#114 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

design discussion
Dominant language
HTML
Stars
336
Forks
63
Avg merge
12h
Merged PRs (30d)
8

Description

Hell there, the website looks great IMO.
I think the readability of the text in the 3 columns would be a bit better left aligned, and with a tad larger padding:
image

Here are the changes made:

/* style.css | https://tc39.github.io/beta/assets/css/style.css?v=b97ac5f8ca15096781e40c39dd5bf090b3a13e20 */
@media (min-width: 920px) {
  /* .main-content .intro { */
  .main-content .intro h2 {
    /* text-align: center; */
  }
}

.intro [class*="g-col-"] {
  /* padding: 0 20px; */
  padding: 0 25px;
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Inspect assets/css/style.css, especially the desktop .main-content .intro heading rule and the .intro grid-column padding. Verify the hero columns use left-aligned text and the larger padding shown in the issue, then check the website at desktop width to confirm the layout remains readable.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, html
Domain
design, frontend
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.