fix title border

This commit is contained in:
Rhiannon Morris 2020-08-01 15:57:17 +02:00
parent 7dc520cea6
commit 2c3d3901bb
1 changed files with 4 additions and 4 deletions

View File

@ -45,14 +45,14 @@ figure {
figcaption {
position: absolute;
bottom: 0;
left: 0;
bottom: -1px;
left: -1px;
width: 100%;
border: 1px solid white;
display: block;
text-align: center;
width: 100%;
background: hsl(0, 0%, 0%, 75%);
font-size: 80%;
border-top: 1px solid white;
}