Skip to content

Justify-content: center is broken #67

Open
@rodolphonetto

Description

@rodolphonetto

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;
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions