mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +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;
|
||||
align-items: center;
|
||||
|
||||
|
||||
svg {
|
||||
margin-right: 15px;
|
||||
stroke-width: 1.33;
|
||||
|
@ -217,7 +216,8 @@
|
|||
text-align: center;
|
||||
|
||||
figcaption {
|
||||
font-size: 1.6rem;
|
||||
font-size: 1.4rem;
|
||||
color: var(--card-text-color-secondary);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue