fix title border
This commit is contained in:
parent
7dc520cea6
commit
2c3d3901bb
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue