styling updates

This commit is contained in:
Travis Fischer
2021-01-25 16:30:49 -05:00
parent 1a4306cb88
commit f35d8eb0eb
5 changed files with 18 additions and 32 deletions

View File

@@ -61,19 +61,22 @@
}
.notion-collection-card {
border-radius: 15%;
/* border-radius: 15%;
border-top-right-radius: 5%;
border-bottom-left-radius: 5%;
box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1);
border-bottom-left-radius: 5%; */
/* box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1); */
border-radius: 25px;
box-shadow: none;
}
.notion-collection-card-cover img {
border-radius: 0;
/* border-radius: 0; */
border-radius: 25px;
}
.notion-collection-card-cover {
transition: filter 150ms linear;
filter: brightness(100%);
filter: none;
}
.notion-collection-card:hover .notion-collection-card-cover {
@@ -140,14 +143,9 @@
margin-right: auto;
}
.notion img.notion-page-icon-cover {
margin-top: -62px;
}
.notion-title {
display: block;
text-align: center;
margin-top: 4vmin;
}
.notion-collection-column-title {