Fix sources
This commit is contained in:
@ -597,9 +597,17 @@ p {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
padding: 0.4rem 1rem;
|
||||
border-radius: 0 0 12px 12px;
|
||||
opacity: 0;
|
||||
transform: translateY(100%);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.feature-image:hover .image-caption {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.image-caption small {
|
||||
|
Reference in New Issue
Block a user