nandomoreirame / dotX

💎 Simple & Beautiful Jekyll theme
https://nandomoreirame.github.io/dotX
MIT License
92 stars 54 forks source link

Intro not full screen on Safari #14

Closed KendrickIW closed 4 years ago

KendrickIW commented 7 years ago

The intro section on the homepage does not cover the full screen.

Using Safari version 10.1.1

chef-danny-d commented 6 years ago

Add:

.intro{
display: flex;
height: 100vh;
justify-content: center;
align-content: center;
}

This should fix the issue. You can remove vertical align and text-align properties from https://github.com/nandomoreirame/dotX/blob/10c77533a67dc0581e0a92da66a4b128053b5382/source/_sass/base/_intro.scss#L11