Better target for click event + push bookmark button to top so it can still be used

master
masterhc 1 year ago
parent 7f14f080e9
commit 01f6740645

@ -274,6 +274,8 @@ button:hover
{ {
margin-left: 1em; margin-left: 1em;
margin-top: 0.5em; margin-top: 0.5em;
position: relative;
z-index: 10;
cursor:pointer; cursor:pointer;
} }
@ -329,7 +331,6 @@ button:hover
.card > .card__info > h2 .card > .card__info > h2
{ {
margin: 0; margin: 0;
margin-top: 1em;
font-size: large font-size: large
} }
.card > .card__info > h3 .card > .card__info > h3
@ -338,20 +339,26 @@ button:hover
margin-bottom: 1.5em; margin-bottom: 1.5em;
font-size: medium; font-size: medium;
} }
.card > .card__info > .tags
{
margin-bottom: 0em;
}
.card > .card__info > .desc .card > .card__info > .desc
{ {
font-size: x-small; font-size: x-small;
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;
margin-top: 1em;
} }
.card:hover > .card__img .card:hover > .card__img
{ {
height: 100%; height: 100%;
} }
.card__overlay
{
position: relative;
top:0;
left:0;
height: 100%;
width: 100%;
z-index: 1;
}
.card > .card__info > .tags .card > .card__info > .tags
{ {
display:flex; display:flex;
@ -359,6 +366,9 @@ button:hover
justify-content: left; justify-content: left;
align-self: center; align-self: center;
gap:5px; gap:5px;
margin-bottom: 0em;
position: relative;
top: 0.5em;
} }
.card > .card__info > .tags > .tag .card > .card__info > .tags > .tag
{ {

Loading…
Cancel
Save