9 lines
106 B
SCSS
9 lines
106 B
SCSS
figcaption {
|
|
font-size: .75em;
|
|
font-weight: 550;
|
|
}
|
|
|
|
figcaption:before {
|
|
content: "Figure: "
|
|
}
|