/*!
Theme Name: Tiny Block
Description: Description
Version: 1.0.0
Requires PHP: 5.6
Text Domain: tiny-block
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
}

.c-cardList {
    flex-wrap: wrap;
}