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

Left align hero columns text #114

Open
nchevobbe opened this issue Mar 7, 2019 · 0 comments
Open

Left align hero columns text #114

nchevobbe opened this issue Mar 7, 2019 · 0 comments
Labels
design discussion Idea / Issue that needs to be discussed first

Comments

@nchevobbe
Copy link

nchevobbe commented Mar 7, 2019

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;
}
@codehag codehag added discussion Idea / Issue that needs to be discussed first design and removed discussion Idea / Issue that needs to be discussed first labels Mar 9, 2019
@codehag codehag added the discussion Idea / Issue that needs to be discussed first label Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design discussion Idea / Issue that needs to be discussed first
Projects
None yet
Development

No branches or pull requests

2 participants