nandomoreirame / dotX

💎 Simple & Beautiful Jekyll theme

Home Page:https://nandomoreirame.github.io/dotX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro not full screen on Safari

KendrickIW opened this issue · comments

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

Using Safari version 10.1.1

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