16 lines
192 B
SCSS
16 lines
192 B
SCSS
---
|
|
---
|
|
|
|
/* for image caption */
|
|
img + br + em {
|
|
font-style: normal;
|
|
display: inherit;
|
|
text-align: center;
|
|
font-size: 90%;
|
|
}
|
|
|
|
.center {
|
|
display: block;
|
|
margin: auto;
|
|
}
|