Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

[TODO] Change default styling to use flexbox for vertical alignment #8

Open
UXVirtual opened this issue Dec 29, 2017 · 0 comments
Open
Labels

Comments

@UXVirtual
Copy link
Contributor

UXVirtual commented Dec 29, 2017

This needs improving so all HTML elements inside the preloader stay vertically centered by default.

Adding something like this to the page will work in most modern browser which support flex CSS:

<style>
.modal-content {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            flex-direction: row;
        }
</style>
@UXVirtual UXVirtual added the todo label Dec 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant