
        div#galls {
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            width: 100%;
            height: calc(100vh - 100px);
        }

        .post.single {
            width: 100%;
        }
    