Portfolio image captions and dates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rik Berkelder 2025-03-03 03:11:48 +01:00
parent 2102441dd2
commit beaa79b377
50 changed files with 124 additions and 76 deletions

View file

@ -214,7 +214,7 @@ body {
}
}
figure {
figure.styled-figure {
background-color: $grey-dark;
display: inline-block;
padding: 0.5rem;
@ -348,14 +348,24 @@ body {
.gallery a {
display: inline-block;
position: relative;
overflow: hidden;
img {
transition: transform 0.3s;
&:hover {
transform: scale(1.1);
}
}
.gallery-caption {
color: $text-default;
position: absolute;
bottom: 0px;
background-color: #00000088;
width: 100%;
padding: 0.3rem 0.4rem;
}
}