Skip to content

Main title padding issue, mobile #29

@pascalandy

Description

@pascalandy

On my iPhone 7, I saw two glitches:

Proposition

1) Add line-height: 4.8rem;

.welcome h1 {
    font-size: 6.25rem;
    font-weight: 500;
    letter-spacing: -.3125rem;
    margin-top: 30vh;
    line-height: 4.8rem;
    margin-bottom: 20px;
    color: #1f2429;
}
  1. Add margin-bottom: 1.5em;
.btn-primary {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
    box-shadow: none;
    margin-bottom: 1.5em;
}

Screenshots

photo_2018-04-01_12-04-05-b

photo_2018-04-01_12-04-00

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions