edits to the card class, js function at bottom of explore pages

This commit is contained in:
Calvin Jhunjhnuwala
2020-09-21 15:08:28 -07:00
parent 2bc198f6c8
commit 3cc4f060b5
6 changed files with 39 additions and 2 deletions

View File

@@ -122,10 +122,16 @@ td:nth-child(1) {
padding: 2rem;
background: rgba(34, 37, 43, 0.5);
backdrop-filter: blur(3px);
border-radius: 8px;
opacity: 1;
transition: all 0.35s ease-in-out;
@include media-breakpoint-down(sm) {
margin-left: 15px;
margin-right: 15px;
}
&.not-hover {
opacity: 0.6;
}
}
.section-marker {
position: absolute;