Skip to content

Left align hero columns text #114

Open
@nchevobbe

Description

@nchevobbe

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    designdiscussionIdea / Issue that needs to be discussed first

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions