Orbiit / gunn-remake

Gunn website redesign
https://orbiit.github.io/gunn-remake/
MIT License
2 stars 1 forks source link

"Gunn High School" not vertically aligned #11

Closed SheepTester closed 7 years ago

SheepTester commented 7 years ago

When the big title text wraps (usually only on smaller screens), it isn't vertically aligned. This was probably caused when I reverted back to the non-flexbox workaround for vertical alignment (because Safari 🙄). I might revert back to the flexbox workaround and see what I can do for Safari

heaucques commented 7 years ago

why not use transform to center it in the middle of the screen but then it needs to be a child of an already centered element or something the size of the screen

SheepTester commented 7 years ago

I've switched back to flex which works well on MacOS Safari. It better work on iOS

SheepTester commented 7 years ago

It works on iOS! All fixed!