mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
feat: style Hugo figure shortcode
This commit is contained in:
parent
be56ee9739
commit
8cd2705ceb
1 changed files with 8 additions and 0 deletions
|
@ -202,3 +202,11 @@ h6 {
|
||||||
p {
|
p {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figcaption h4 {
|
||||||
|
font-weight: 300 !important;
|
||||||
|
opacity: .85;
|
||||||
|
font-size: 1em;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: -1.5em;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue