Avoid image caption shifting on load

This commit is contained in:
Cotes Chung
2022-01-13 01:07:47 +08:00
parent f8f4dd889e
commit a6c73e8f4f
2 changed files with 15 additions and 7 deletions

View File

@@ -93,6 +93,17 @@
font-style: normal;
}
%img-caption {
+ em {
display: block;
text-align: center;
font-style: normal;
font-size: 80%;
padding: 0;
color: #6d6c6c;
}
}
/* ---------- scss mixin --------- */
@mixin no-text-decoration {