11 lines
141 B
SCSS
11 lines
141 B
SCSS
---
|
|
---
|
|
|
|
/* for image caption */
|
|
img + br + em {
|
|
font-style: normal;
|
|
display: inherit;
|
|
text-align: center;
|
|
font-size: 90%;
|
|
}
|