mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
styling updates
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user