Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Justify-content: center is broken #67

Open
rodolphonetto opened this issue Jul 29, 2021 · 0 comments
Open

Justify-content: center is broken #67

rodolphonetto opened this issue Jul 29, 2021 · 0 comments

Comments

@rodolphonetto
Copy link

rodolphonetto commented Jul 29, 2021

Hi , I'm using your project to build a simple desktop app but I found out that justify-content: center does not work. I've done that only that style and I receive in console this message Invalid value: justifyContent: "23" Thanks for you time 😄

        #container {
            width: 905px;
            height: 600px;
            color: red;
            padding: 10px;
            background-image: url('./assets/background.jpg');
            flex-direction: row;
            justify-content: center;
        }
        #button {
          color: white;
          font-size: 20px;
          border: 1px solid white;
          padding: 20px 35px;
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant