mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
style(article): change figcaption style
This commit is contained in:
parent
18148dbc4f
commit
35ce4cb0ce
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
stroke-width: 1.33;
|
stroke-width: 1.33;
|
||||||
|
@ -217,7 +216,8 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
font-size: 1.6rem;
|
font-size: 1.4rem;
|
||||||
|
color: var(--card-text-color-secondary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue