.notion-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.notion-gallery .notion-collection-card {
    transition: all .2s ease !important;
    box-shadow: 0px 8px 24px 0 rgb(0 0 7 / 8%) !important;
    border-radius: 20px !important;
}
.notion-gallery .notion-collection-card:hover {
    transform: scale(1.04) !important;
}
.notion-gallery .notion-collection-card-cover {
    height: 200px !important;
}
.notion-gallery .notion-collection-card-cover img {
    border-radius: 20px 20px 0 0;
}
.notion-gallery .notion-collection-card-body {
    padding: 12px 16px 18px;
}
.notion-gallery .notion-page-title-icon {
    display: none;
}
.notion-gallery .notion-page-title-text {
    font-size: 20px;
    margin-bottom: 0.5em;
}

Untitled